Searched refs:activeConfigsPerUid (Results 1 – 1 of 1) sorted by relevance
441 std::unordered_map<int, std::vector<int64_t>> activeConfigsPerUid; in OnLogEvent() local451 auto activeConfigs = activeConfigsPerUid.find(uid); in OnLogEvent()452 if (activeConfigs != activeConfigsPerUid.end()) { in OnLogEvent()457 activeConfigsPerUid[uid] = newActiveConfigs; in OnLogEvent()481 auto activeConfigs = activeConfigsPerUid.find(uid); in OnLogEvent()482 if (activeConfigs != activeConfigsPerUid.end()) { in OnLogEvent()