Home
last modified time | relevance | path

Searched refs:clusterIter (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp135 auto clusterIter = clusterLevelMap_.find(clusterName); in PolicyDecision() local
136 if (clusterIter == clusterLevelMap_.end()) { in PolicyDecision()
139 uint32_t clusterCurrLev = clusterIter->second; in PolicyDecision()
237 for (auto clusterIter = clusterLevelMap_.begin(); clusterIter != clusterLevelMap_.end(); clusterIter++) { in PrintPolicyState()
238 levInfo.append(clusterIter->first).append("-").append(std::to_string(clusterIter->second)).append(" "); in PrintPolicyState()
H A Dthermal_srv_config_parser.cpp597 const auto& clusterIter = clusterPolicyMap.find(clusterName); in ParsePolicyNode() local
598 if (clusterIter == clusterPolicyMap.end()) { in ParsePolicyNode()
603 clusterIter->second.push_back(policyConfig); in ParsePolicyNode()
/base/powermgr/battery_statistics/services/native/src/
H A Dcpu_time_reader.cpp108 auto clusterIter = cpuFreqTimeMap.find(cluster); in GetUidCpuFreqTimeMs() local
109 if (clusterIter != cpuFreqTimeMap.end()) { in GetUidCpuFreqTimeMs()
110 auto cpuFreqTimeVector = clusterIter->second; in GetUidCpuFreqTimeMs()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp281 const auto& clusterIter = policyConfigMap_.find(clusterName); in ParsePolicyNode() local
283 if (clusterIter == policyConfigMap_.end()) { in ParsePolicyNode()
288 clusterIter->second.push_back(policyConfig); in ParsePolicyNode()

Completed in 4 milliseconds