Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp77 xmlChar *btPropertyNodeProp = xmlGetProp(btPropertyNode, BAD_CAST "property"); in IntHasProperty() local
78 if (xmlStrcmp((xmlChar *)property.c_str(), btPropertyNodeProp) == 0) { in IntHasProperty()
79 xmlFree(btPropertyNodeProp); in IntHasProperty()
82 xmlFree(btPropertyNodeProp); in IntHasProperty()
214 xmlChar *btPropertyNodeProp = xmlGetProp(btPropertyNode, BAD_CAST "property"); in HasProperty() local
215 if (xmlStrcmp((xmlChar *)property.c_str(), btPropertyNodeProp) == 0) { in HasProperty()
216 xmlFree(btPropertyNodeProp); in HasProperty()
219 xmlFree(btPropertyNodeProp); in HasProperty()