Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp111 xmlNodePtr subSectionNode = NULL; in FindOrCreatePropertyNode() local
135 …for (subSectionNode = sectionNode->children; subSectionNode; subSectionNode = subSectionNode->next… in FindOrCreatePropertyNode()
143 if (!subSectionNode) { in FindOrCreatePropertyNode()
144 subSectionNode = xmlNewNode(NULL, BAD_CAST "T1"); in FindOrCreatePropertyNode()
146 xmlAddChild(sectionNode, subSectionNode); in FindOrCreatePropertyNode()
148 ConstructPropertyNode(subSectionNode, propertyNode, property); in FindOrCreatePropertyNode()
431 xmlNodePtr subSectionNode = NULL; in RemoveSection() local
433 …for (subSectionNode = sectionNode->children; subSectionNode; subSectionNode = subSectionNode->next… in RemoveSection()
441 if (subSectionNode == NULL) { in RemoveSection()
444 xmlUnlinkNode(subSectionNode); in RemoveSection()
[all …]