Searched refs:activeConfigsPerUid (Results 1 – 1 of 1) sorted by relevance
234 std::unordered_map<int, std::vector<int64_t>> activeConfigsPerUid; in OnLogEvent() local244 auto activeConfigs = activeConfigsPerUid.find(uid); in OnLogEvent()245 if (activeConfigs != activeConfigsPerUid.end()) { in OnLogEvent()250 activeConfigsPerUid[uid] = newActiveConfigs; in OnLogEvent()273 auto activeConfigs = activeConfigsPerUid.find(uid); in OnLogEvent()274 if (activeConfigs != activeConfigsPerUid.end()) { in OnLogEvent()