Searched refs:xmlThresholdClr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/ |
H A D | thermal_kernel_config_file.cpp | 153 xmlChar* xmlThresholdClr = xmlGetProp(subNode, BAD_CAST"threshold_clr"); in ParseSubNode() local 154 if (xmlThresholdClr != nullptr) { in ParseSubNode() 155 StrToInt(reinterpret_cast<char*>(xmlThresholdClr), tziItem.thresholdClr); in ParseSubNode() 156 xmlFree(xmlThresholdClr); in ParseSubNode()
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_config_file_parser.cpp | 439 xmlChar* xmlThresholdClr = xmlGetProp(subNode, BAD_CAST("threshold_clr")); in ParseSensorSubnodeInfo() local 440 if (xmlThresholdClr != nullptr) { in ParseSensorSubnodeInfo() 441 … StringOperation::SplitString(reinterpret_cast<char*>(xmlThresholdClr), thresholdClrs, ","); in ParseSensorSubnodeInfo() 442 xmlFree(xmlThresholdClr); in ParseSensorSubnodeInfo()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_srv_config_parser.cpp | 439 xmlChar* xmlThresholdClr = xmlGetProp(subNode, BAD_CAST("threshold_clr")); in ParseLevelThreshold() local 440 if (xmlThresholdClr != nullptr) { in ParseLevelThreshold() 441 StringOperation::SplitString(reinterpret_cast<char*>(xmlThresholdClr), thresholdClrs, ","); in ParseLevelThreshold() 442 xmlFree(xmlThresholdClr); in ParseLevelThreshold()
|