Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp136 xmlChar *subSectionNodeProp = xmlGetProp(subSectionNode, BAD_CAST "section"); in FindOrCreatePropertyNode() local
137 if (xmlStrcmp((xmlChar *)subSection.c_str(), subSectionNodeProp) == 0) { in FindOrCreatePropertyNode()
138 xmlFree(subSectionNodeProp); in FindOrCreatePropertyNode()
141 xmlFree(subSectionNodeProp); in FindOrCreatePropertyNode()
434 xmlChar *subSectionNodeProp = xmlGetProp(subSectionNode, BAD_CAST "section"); in RemoveSection() local
435 if (xmlStrcmp((xmlChar *)subSection.c_str(), subSectionNodeProp) == 0) { in RemoveSection()
436 xmlFree(subSectionNodeProp); in RemoveSection()
439 xmlFree(subSectionNodeProp); in RemoveSection()