Home
last modified time | relevance | path

Searched refs:eventModeByPropIdAreaId (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp191 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId; in refreshTimestamp() local
196 eventModeByPropIdAreaId[propIdAreaId] = eventMode; in refreshTimestamp()
197 refreshTimestamps(eventModeByPropIdAreaId); in refreshTimestamp()
201 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId) { in refreshTimestamps() argument
211 for (const auto& [propIdAreaId, eventMode] : eventModeByPropIdAreaId) { in refreshTimestamps()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp635 eventModeByPropIdAreaId; in TEST_F() local
636 eventModeByPropIdAreaId[PropIdAreaId{ in TEST_F()
640 eventModeByPropIdAreaId[PropIdAreaId{ in TEST_F()
645 mStore->refreshTimestamps(eventModeByPropIdAreaId); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h121 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId)
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2269 eventModeByPropIdAreaId; in refreshTimestampForInterval() local
2287 eventModeByPropIdAreaId[propIdAreaId] = refreshInfo.eventMode; in refreshTimestampForInterval()
2291 mServerSidePropStore->refreshTimestamps(eventModeByPropIdAreaId); in refreshTimestampForInterval()