Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp58 for (xmlNodePtr btSubSectionNode = getSectionNode->children; btSubSectionNode; in IntHasSection() local
59 btSubSectionNode = btSubSectionNode->next) { in IntHasSection()
60 xmlChar *btSubSectionNodeProp = xmlGetProp(btSubSectionNode, BAD_CAST "section"); in IntHasSection()
63 return btSubSectionNode; in IntHasSection()
355 xmlNodePtr btSubSectionNode = NULL; in HasSection() local
359 btSubSectionNode = btSectionNode->children; in HasSection()
366 for (; btSubSectionNode; btSubSectionNode = btSubSectionNode->next) { in HasSection()
367 xmlChar *btSubSectionNodeProp = xmlGetProp(btSubSectionNode, BAD_CAST "section"); in HasSection()
391 for (xmlNodePtr btSubSectionNode = btSectionNode->children; btSubSectionNode; in GetSubSections() local
392 btSubSectionNode = btSubSectionNode->next) { in GetSubSections()
[all …]