Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp136 std::list<HalClientValues> clientValues; in distributeValuesToClients() local
138 clientValues.push_back(HalClientValues { in distributeValuesToClients()
144 return clientValues; in distributeValuesToClients()
DVehicleHalManager.cpp227 const auto& clientValues = in onBatchHalEvent() local
230 for (const HalClientValues& cv : clientValues) { in onBatchHalEvent()