Searched refs:cpuClusterIter (Results 1 – 1 of 1) sorted by relevance
133 auto cpuClusterIter = cpuClusterPowerMap_.find(uid); in CalculateCpuClusterPower() local134 if (cpuClusterIter != cpuClusterPowerMap_.end()) { in CalculateCpuClusterPower()137 cpuClusterIter->second = cpuClusterPower; in CalculateCpuClusterPower()202 auto cpuClusterIter = cpuClusterPowerMap_.find(uid); in GetStatsPowerMah() local203 if (cpuClusterIter != cpuClusterPowerMap_.end()) { in GetStatsPowerMah()204 power = cpuClusterIter->second; in GetStatsPowerMah()