Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp120 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) == 0) { in RemoveSection()
542 xmlFree(sectionNodeProp); in RemoveSection()
[all …]