Home
last modified time | relevance | path

Searched refs:mSubscriptionManager (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h53 mSubscriptionManager(std::bind(&VehicleHalManager::onAllClientsUnsubscribed, in VehicleHalManager()
126 SubscriptionManager mSubscriptionManager; variable
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp159 auto res = mSubscriptionManager.addOrUpdateSubscription(getClientId(callback), in subscribe()
176 mSubscriptionManager.unsubscribe(getClientId(callback), propId); in unsubscribe()
474 mSubscriptionManager.getSubscribedClients(property, SubscribeFlags::EVENTS_FROM_CAR); in onHalPropertySetError()
483 mSubscriptionManager.distributeValuesToClients(values, SubscribeFlags::EVENTS_FROM_CAR); in onBatchHalEvent()
569 mSubscriptionManager.getSubscribedClients(value.prop, SubscribeFlags::EVENTS_FROM_ANDROID); in handlePropertySetEvent()