Searched refs:imageIdToEventInfo (Results 1 – 1 of 1) sorted by relevance
143 std::map<std::string, DPSEventInfo> imageIdToEventInfo; in SetEventInfo() local144 imageIdToEventInfo[imageId] = dpsEventInfo; in SetEventInfo()145 userIdToImageIdEventInfo[userId] = imageIdToEventInfo; in SetEventInfo()156 std::map<std::string, DPSEventInfo> imageIdToEventInfo; in SetEventInfo() local157 imageIdToEventInfo[dpsEventInfo.imageId] = dpsEventInfo; in SetEventInfo()167 std::map<std::string, DPSEventInfo> imageIdToEventInfo; in UpdateEventInfo() local168 imageIdToEventInfo[dpsEventInfo.imageId] = dpsEventInfo; in UpdateEventInfo()203 auto imageIdToEventInfo = userIdToImageIdEventInfo.find(userId); in GetEventInfo() local204 if (imageIdToEventInfo != userIdToImageIdEventInfo.end()) { in GetEventInfo()222 if (imageIdToEventInfo != userIdToImageIdEventInfo.end()) { in RemoveEventInfo()[all …]