Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp64 sensorClusterMap_ = scm; in SetSensorClusterMap()
88 for (auto cluster = sensorClusterMap_.begin(); cluster != sensorClusterMap_.end(); cluster++) { in LevelDecision()
/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_policy.h75 SensorClusterMap sensorClusterMap_; variable
/base/powermgr/thermal_manager/test/unittest/include/
Dthermal_config_file_parser.h70 std::map<std::string, std::shared_ptr<ThermalConfigSensorCluster>> sensorClusterMap_; variable
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp170 sensorClusterMap_.emplace(std::pair(name, sc)); in ParseLevelNode()