Home
last modified time | relevance | path

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

/packages/services/Car/vehicle_network_service/
DVehiclePropertyAccessControl.cpp131 xmlNode* cur_node = NULL; in populate() local
148 for (cur_node = a_node; cur_node; cur_node = cur_node->next) { in populate()
149 if ((xmlStrcmp(cur_node->name, (const xmlChar *)"PROPERTY") == 0) && in populate()
150 (cur_node->type == XML_ELEMENT_NODE)) { in populate()
154 property = xmlGetProp(cur_node, (const xmlChar *)"name"); in populate()
161 property_value_str = xmlGetProp(cur_node, (const xmlChar*)"value"); in populate()
175 for (child = cur_node->children; child; child = child->next) { in populate()