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/src/
DVehicleHalManager.cpp149 auto res = mSubscriptionManager.addOrUpdateSubscription(getClientId(callback), in subscribe()
166 mSubscriptionManager.unsubscribe(getClientId(callback), propId); in unsubscribe()
219 mSubscriptionManager.getSubscribedClients(property, SubscribeFlags::EVENTS_FROM_CAR); in onHalPropertySetError()
228 mSubscriptionManager.distributeValuesToClients(values, SubscribeFlags::EVENTS_FROM_CAR); in onBatchHalEvent()
314 mSubscriptionManager.getSubscribedClients(value.prop, SubscribeFlags::EVENTS_FROM_ANDROID); in handlePropertySetEvent()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h53 mSubscriptionManager(std::bind(&VehicleHalManager::onAllClientsUnsubscribed, in VehicleHalManager()
108 SubscriptionManager mSubscriptionManager; variable