Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp242 xmlChar* xmlValuePath = xmlGetProp(subNode, BAD_CAST"path"); in ParseTracingSubNode() local
243 if (xmlValuePath != nullptr) { in ParseTracingSubNode()
244 valuePath = std::string(reinterpret_cast<char*>(xmlValuePath)); in ParseTracingSubNode()
245 xmlFree(xmlValuePath); in ParseTracingSubNode()