Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr/services/common/test/unittest/
Dparse_util_test.cpp676 string nodeContent = "TEST"; variable
692 string nodeContent = "123"; variable
708 string nodeContent = "TEST"; variable
724 string nodeContent = "TEST"; variable
740 string nodeContent = "TEST"; variable
/foundation/communication/bluetooth/services/bluetooth/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/systemabilitymgr/samgr/services/common/src/
Dparse_util.cpp163 void ParseUtil::ParseSAProp(const string& nodeName, const string& nodeContent, SaProfile& saProfile) in ParseSAProp()