Searched refs:cpuClusterIter (Results 1 – 1 of 1) sorted by relevance
132 auto cpuClusterIter = cpuClusterPowerMap_.find(uid); in CalculateCpuClusterPower() local133 if (cpuClusterIter != cpuClusterPowerMap_.end()) { in CalculateCpuClusterPower()136 cpuClusterIter->second = cpuClusterPower; in CalculateCpuClusterPower()200 auto cpuClusterIter = cpuClusterPowerMap_.find(uid); in GetStatsPowerMah() local201 if (cpuClusterIter != cpuClusterPowerMap_.end()) { in GetStatsPowerMah()202 power = cpuClusterIter->second; in GetStatsPowerMah()