Home
last modified time | relevance | path

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

/packages/services/Car/tests/vehiclenetworkservice_unit_tests/
DVehiclePropertyAccessControlForTesting.cpp33 bool VehiclePropertyAccessControlForTesting::populate(xmlNode* a_node) { in populate() argument
34 return VehiclePropertyAccessControl::populate(a_node); in populate()
DVehiclePropertyAccessControlForTesting.h20 bool populate(xmlNode* a_node);
/packages/services/Car/vehicle_network_service/
DVehiclePropertyAccessControl.cpp130 bool VehiclePropertyAccessControl::populate(xmlNode * a_node) { in populate() argument
142 if (!a_node) { in populate()
148 for (cur_node = a_node; cur_node; cur_node = cur_node->next) { in populate()
DVehiclePropertyAccessControl.h48 bool populate(xmlNode* a_node);