Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp166 xmlChar* xvalue = xmlNodeGetContent(node); in GetStringMapValue() local
168 value = std::string(reinterpret_cast<char *>(xvalue)); in GetStringMapValue()
171 xmlFree(xvalue); in GetStringMapValue()