Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h41 using AuxSensorInfoMap = std::map<std::string, std::vector<AuxLevelItem>>; variable
50 void SetAuxSensorLevelInfo(AuxSensorInfoMap& auxSensorInfolist);
82 AuxSensorInfoMap auxSensorInfolist_;
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h74 std::map<std::string, AuxSensorInfoMap> auxSensorInfoMap_;
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_sensor_cluster.cpp339 void ThermalConfigSensorCluster::SetAuxSensorLevelInfo(AuxSensorInfoMap& auxSensorInfolist) in SetAuxSensorLevelInfo()
H A Dthermal_srv_config_parser.cpp266 AuxSensorInfoMap auxSensorLevelInfo; in ParseAuxSensorInfo()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp334 AuxSensorInfoMap auxSensorLevelInfo; in ParseAuxSensorInfo()