Searched refs:activeConfigsPerUid (Results 1 – 1 of 1) sorted by relevance
238 std::unordered_map<int, std::vector<int64_t>> activeConfigsPerUid; in OnLogEvent() local248 auto activeConfigs = activeConfigsPerUid.find(uid); in OnLogEvent()249 if (activeConfigs != activeConfigsPerUid.end()) { in OnLogEvent()254 activeConfigsPerUid[uid] = newActiveConfigs; in OnLogEvent()277 auto activeConfigs = activeConfigsPerUid.find(uid); in OnLogEvent()278 if (activeConfigs != activeConfigsPerUid.end()) { in OnLogEvent()