Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
Dxml_parse.cpp160 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
161 if (nodeContent == NULL) { in GetValue()
164 std::string nodeContentStr = (char *)nodeContent; in GetValue()
168 xmlFree(nodeContent); in GetValue()
177 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
178 if (nodeContent == NULL) { in GetValue()
181 value = (char *)nodeContent; in GetValue()
182 xmlFree(nodeContent); in GetValue()
191 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
192 if (nodeContent == NULL) { in GetValue()
[all …]