Searched refs:eventModeByPropIdAreaId (Results 1 – 4 of 4) sorted by relevance
191 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId; in refreshTimestamp() local196 eventModeByPropIdAreaId[propIdAreaId] = eventMode; in refreshTimestamp()197 refreshTimestamps(eventModeByPropIdAreaId); in refreshTimestamp()201 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId) { in refreshTimestamps() argument211 for (const auto& [propIdAreaId, eventMode] : eventModeByPropIdAreaId) { in refreshTimestamps()
635 eventModeByPropIdAreaId; in TEST_F() local636 eventModeByPropIdAreaId[PropIdAreaId{ in TEST_F()640 eventModeByPropIdAreaId[PropIdAreaId{ in TEST_F()645 mStore->refreshTimestamps(eventModeByPropIdAreaId); in TEST_F()
121 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId)
2269 eventModeByPropIdAreaId; in refreshTimestampForInterval() local2287 eventModeByPropIdAreaId[propIdAreaId] = refreshInfo.eventMode; in refreshTimestampForInterval()2291 mServerSidePropStore->refreshTimestamps(eventModeByPropIdAreaId); in refreshTimestampForInterval()