Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp27 void ConstructPropertyNode(xmlNodePtr &sectionNode, xmlNodePtr &propertyNode, const std::string &property);
73 xmlNodePtr sectionNode = IntHasSection(section, subSection); in IntHasProperty() local
74 if ((sectionNode != NULL) && (sectionNode->children)) { in IntHasProperty()
75 for (xmlNodePtr btPropertyNode = sectionNode->children; btPropertyNode; in IntHasProperty()
89 xmlNodePtr &sectionNode, xmlNodePtr &propertyNode, const std::string &property) in ConstructPropertyNode()
91 for (propertyNode = sectionNode->children; propertyNode; propertyNode = propertyNode->next) { in ConstructPropertyNode()
102 xmlAddChild(sectionNode, propertyNode); in ConstructPropertyNode()
110 xmlNodePtr sectionNode = NULL; in FindOrCreatePropertyNode() local
118 for (sectionNode in FindOrCreatePropertyNode()
88 ConstructPropertyNode( xmlNodePtr &sectionNode, xmlNodePtr &propertyNode, const std::string &property) ConstructPropertyNode() argument
344 xmlNodePtr sectionNode = pimpl->IntHasSection(section, subSection); HasProperty() local
413 xmlNodePtr sectionNode = NULL; RemoveSection() local
451 xmlNodePtr sectionNode = pimpl->IntHasSection(section, subSection); RemoveProperty() local
509 xmlNodePtr sectionNode = pimpl->IntHasSection(section, ""); HasProperty() local
534 xmlNodePtr sectionNode = NULL; RemoveSection() local
557 xmlNodePtr sectionNode = pimpl->IntHasSection(section, ""); RemoveProperty() local
[all...]

Completed in 2 milliseconds