Home
last modified time | relevance | path

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

/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()
136 xmlChar *subSectionNodeProp = xmlGetProp(subSectionNode, BAD_CAST "section"); in FindOrCreatePropertyNode()
143 if (!subSectionNode) { in FindOrCreatePropertyNode()
144 subSectionNode = xmlNewNode(NULL, BAD_CAST "T1"); in FindOrCreatePropertyNode()
145 xmlSetProp(subSectionNode, BAD_CAST "section", (xmlChar *)subSection.c_str()); in FindOrCreatePropertyNode()
146 xmlAddChild(sectionNode, subSectionNode); in FindOrCreatePropertyNode()
431 xmlNodePtr subSectionNode = NULL; RemoveSection() local
[all...]

Completed in 2 milliseconds