Searched defs:a_node (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/tests/vehiclenetworkservice_unit_tests/
H A DVehiclePropertyAccessControlForTesting.cpp33 bool VehiclePropertyAccessControlForTesting::populate(xmlNode* a_node) { argument
34 return VehiclePropertyAccessControl::populate(a_node);
/packages/services/Car/vehicle_network_service/
H A DVehiclePropertyAccessControl.cpp128 // map. The parameter, a_node, must point to the first <PROPERTY> tag.
130 bool VehiclePropertyAccessControl::populate(xmlNode * a_node) { argument
142 if (!a_node) {
148 for (cur_node = a_node; cur_node; cur_node = cur_node->next) {

Completed in 127 milliseconds