Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp92 xmlChar *propertyNodeProp = xmlGetProp(propertyNode, BAD_CAST "property"); in ConstructPropertyNode() local
93 if (xmlStrcmp((xmlChar *)property.c_str(), propertyNodeProp) == 0) { in ConstructPropertyNode()
94 xmlFree(propertyNodeProp); in ConstructPropertyNode()
97 xmlFree(propertyNodeProp); in ConstructPropertyNode()
231 xmlChar *propertyNodeProp = xmlGetProp(propertyNode, BAD_CAST "property"); in RemoveProperty() local
232 if (xmlStrcmp((xmlChar *)property.c_str(), propertyNodeProp) == 0) { in RemoveProperty()
233 xmlFree(propertyNodeProp); in RemoveProperty()
236 xmlFree(propertyNodeProp); in RemoveProperty()