Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp123 std::map<sp<HalClient>, std::list<VehiclePropValue*>> clientValuesMap; in distributeValuesToClients() local
131 clientValuesMap[client].push_back(v); in distributeValuesToClients()
137 for (const auto& entry : clientValuesMap) { in distributeValuesToClients()