Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth_standard/service/src/util/
Dxml_parse.cpp160 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
177 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
191 xmlChar *nodeContent = xmlNodeGetContent(node->children); in GetValue() local
/foundation/distributedschedule/samgr/services/common/src/
Dparse_util.cpp153 void ParseUtil::ParseSAProp(const string& nodeName, const string& nodeContent, SaProfile& saProfile) in ParseSAProp()