OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPropertyToClientsMap
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/vehicle_network_service/
VehicleNetworkService.cpp
238
for (size_t i = 0; i <
mPropertyToClientsMap
.size(); i++) {
239
msg.appendFormat("prop 0x%x, pids:",
mPropertyToClientsMap
.keyAt(i));
240
sp<HalClientSpVector> clients =
mPropertyToClientsMap
.valueAt(i);
287
for (size_t i = 0; i <
mPropertyToClientsMap
.size(); i++) {
288
sp<HalClientSpVector> clients =
mPropertyToClientsMap
.editValueAt(i);
292
mPropertyToClientsMap
.clear();
312
for (size_t i = 0; i <
mPropertyToClientsMap
.size(); i++) {
313
sp<HalClientSpVector>& clients =
mPropertyToClientsMap
.editValueAt(i);
317
int32_t property =
mPropertyToClientsMap
.keyAt(i);
323
mPropertyToClientsMap
.removeItem(property)
[
all
...]
VehicleNetworkService.h
351
KeyedVector<int32_t, sp<HalClientSpVector> >
mPropertyToClientsMap
;
Completed in 720 milliseconds