Searched refs:modulePowerMap_ (Results 1 – 2 of 2) sorted by relevance
165 modulePowerMap_.clear(); in NotifyPowerOverusedByCallback()167 modulePowerMap_[module] = level; in NotifyPowerOverusedByCallback()205 auto iter = modulePowerMap_.find(module); in NotifyPowerOnRegister()206 if (curDate_ == curDate && iter != modulePowerMap_.end()) { in NotifyPowerOnRegister()
62 std::unordered_map<std::string, uint32_t> modulePowerMap_; variable