Lines Matching refs:second
179 if (it.second->state == ActivationState::kActive && in evaluateActiveStateLocked()
180 elapsedTimestampNs > it.second->ttl_ns + it.second->start_ns) { in evaluateActiveStateLocked()
181 it.second->state = ActivationState::kNotActive; in evaluateActiveStateLocked()
183 if (it.second->state == ActivationState::kActive) { in evaluateActiveStateLocked()
206 auto& activation = it->second; in activateLocked()
228 for (auto activationToCancelIt : it->second) { in cancelEventActivationLocked()
245 auto& activation = it->second; in loadActiveMetricLocked()
266 const std::shared_ptr<Activation>& activation = it.second; in writeActiveMetricToProtoOutputStream()
320 auto valueIt = atomIt->second.find(value->mValue.int_value); in mapStateValue()
321 if (valueIt == atomIt->second.end()) { in mapStateValue()
328 value->mValue.setLong(valueIt->second); in mapStateValue()