Home
last modified time | relevance | path

Searched refs:sectionNodeProp (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp119 xmlChar *sectionNodeProp = xmlGetProp(sectionNode, BAD_CAST "section"); in FindOrCreatePropertyNode() local
120 if (xmlStrcmp((xmlChar *)section.c_str(), sectionNodeProp) == 0) { in FindOrCreatePropertyNode()
121 xmlFree(sectionNodeProp); in FindOrCreatePropertyNode()
124 xmlFree(sectionNodeProp); in FindOrCreatePropertyNode()
419 xmlChar *sectionNodeProp = xmlGetProp(sectionNode, BAD_CAST "section"); in RemoveSection() local
420 if (xmlStrcmp((xmlChar *)section.c_str(), sectionNodeProp) == 0) { in RemoveSection()
421 xmlFree(sectionNodeProp); in RemoveSection()
424 xmlFree(sectionNodeProp); in RemoveSection()
540 xmlChar *sectionNodeProp = xmlGetProp(sectionNode, BAD_CAST "section"); in RemoveSection() local
541 if (xmlStrcmp((xmlChar *)section.c_str(), sectionNodeProp) in RemoveSection()
[all...]

Completed in 2 milliseconds