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

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

Completed in 4 milliseconds