Home
last modified time | relevance | path

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

/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()
357 xmlChar *btSectionNodeProp = xmlGetProp(btSectionNode, BAD_CAST "section"); in HasSection() local
358 if (xmlStrcmp((xmlChar *)section.c_str(), btSectionNodeProp) == 0) { in HasSection()
360 xmlFree(btSectionNodeProp); in HasSection()
363 xmlFree(btSectionNodeProp); in HasSection()
386 xmlChar *btSectionNodeProp = xmlGetProp(btSectionNode, BAD_CAST "section"); in GetSubSections() local
387 if (xmlStrcmp((xmlChar *)section.c_str(), btSectionNodeProp) == 0) { in GetSubSections()
402 xmlFree(btSectionNodeProp); in GetSubSections()
520 xmlChar *btSectionNodeProp = xmlGetProp(btSectionNode, BAD_CAST "section"); HasSection() local
[all...]

Completed in 2 milliseconds