Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h49 bool ParseAuxSensorLevInfo(const xmlNodePtr& cur, std::vector<std::string>& auxsensors,
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp278 if (!ParseAuxSensorLevInfo(cur, auxsensors, i, auxLevelItems)) { in ParseAuxSensorInfo()
294 bool ThermalSrvConfigParser::ParseAuxSensorLevInfo(const xmlNodePtr& cur, in ParseAuxSensorLevInfo() function in OHOS::PowerMgr::ThermalSrvConfigParser