Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp84 cluster.auxSensorInfolist_["test"] = auxLevel;
91 cluster.auxSensorInfolist_["test"] = auxLevel;
304 cluster.auxSensorInfolist_["test1"] = auxLevel;
313 cluster.auxSensorInfolist_["test1"] = auxLevel;
314 cluster.auxSensorInfolist_["test"] = auxLevel;
315 cluster.auxSensorInfolist_["test2"] = auxLevel;
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_sensor_cluster.cpp50 …for (auto sensorInfo = auxSensorInfolist_.begin(); sensorInfo != auxSensorInfolist_.end(); ++senso… in CheckStandard()
312 …for (auto sensorInfo = auxSensorInfolist_.begin(); sensorInfo != auxSensorInfolist_.end(); ++senso… in IsAuxSensorTrigger()
341 auxSensorInfolist_ = auxSensorInfolist; in SetAuxSensorLevelInfo()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h82 AuxSensorInfoMap auxSensorInfolist_; variable