Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp45 xmlChar *btSectionNodeProp = xmlGetProp(btSectionNode, BAD_CAST "section"); in IntHasSection() local
46 if (xmlStrcmp((xmlChar *)section.c_str(), btSectionNodeProp) == 0) { in IntHasSection()
49 xmlFree(btSectionNodeProp); in IntHasSection()
358 if (xmlStrcmp((xmlChar *)section.c_str(), btSectionNodeProp) == 0) { in HasSection()
360 xmlFree(btSectionNodeProp); in HasSection()
363 xmlFree(btSectionNodeProp); in HasSection()
387 if (xmlStrcmp((xmlChar *)section.c_str(), btSectionNodeProp) == 0) { in GetSubSections()
402 xmlFree(btSectionNodeProp); in GetSubSections()
521 if (xmlStrcmp((xmlChar *)section.c_str(), btSectionNodeProp) == 0) { in HasSection()
522 xmlFree(btSectionNodeProp); in HasSection()
[all …]