Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp60 xmlChar *btSubSectionNodeProp = xmlGetProp(btSubSectionNode, BAD_CAST "section"); in IntHasSection() local
61 if (xmlStrcmp((xmlChar *)subSection.c_str(), btSubSectionNodeProp) == 0) { in IntHasSection()
62 xmlFree(btSubSectionNodeProp); in IntHasSection()
65 xmlFree(btSubSectionNodeProp); in IntHasSection()
367 xmlChar *btSubSectionNodeProp = xmlGetProp(btSubSectionNode, BAD_CAST "section"); in HasSection() local
368 if (xmlStrcmp((xmlChar *)subSection.c_str(), btSubSectionNodeProp) == 0) { in HasSection()
369 xmlFree(btSubSectionNodeProp); in HasSection()
372 xmlFree(btSubSectionNodeProp); in HasSection()
394 if (btSubSectionNodeProp == NULL) { in GetSubSections()
397 btSubSectionNodePropStr = (char *)btSubSectionNodeProp; in GetSubSections()
[all …]