Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp227 xmlChar* titlePath = xmlGetProp(subNode, BAD_CAST"path"); in ParseTracingSubNode() local
228 if (titlePath != nullptr) { in ParseTracingSubNode()
230 std::string(reinterpret_cast<char*>(titlePath)), title); in ParseTracingSubNode()
231 xmlFree(titlePath); in ParseTracingSubNode()