Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp74 if ((sectionNode != NULL) && (sectionNode->children)) { in IntHasProperty()
110 xmlNodePtr sectionNode = NULL; in FindOrCreatePropertyNode() local
118 for (sectionNode = rootNode->children; sectionNode; sectionNode = sectionNode->next) { in FindOrCreatePropertyNode()
128 if (sectionNode == NULL) { in FindOrCreatePropertyNode()
413 xmlNodePtr sectionNode = NULL; in RemoveSection() local
418 for (sectionNode = rootNode->children; sectionNode; sectionNode = sectionNode->next) { in RemoveSection()
427 if (sectionNode == NULL) { in RemoveSection()
539 for (sectionNode = rootNode->children; sectionNode; sectionNode = sectionNode->next) { in RemoveSection()
547 if (sectionNode == NULL) { in RemoveSection()
550 xmlUnlinkNode(sectionNode); in RemoveSection()
[all …]