Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp235 auto propertyClients = getClientsForPropertyLocked(propId); in unsubscribe() local
242 if (propertyClients != nullptr) { in unsubscribe()
243 propertyClients->remove(client); in unsubscribe()
245 if (propertyClients->isEmpty()) { in unsubscribe()
268 if (propertyClients == nullptr || propertyClients->isEmpty()) { in unsubscribe()