Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/qos_manager/common/src/
H A Dconfig_reader.cpp32 const std::string XML_TAG_UID = "uid"; variable
60 … if (xmlStrcmp(currNodePtr->name, reinterpret_cast<const xmlChar*>(XML_TAG_UID.c_str())) == 0) { in FillinUidInfo()
61 …mlChar *attrValue = xmlGetProp(currNodePtr, reinterpret_cast<const xmlChar*>(XML_TAG_UID.c_str())); in FillinUidInfo()