Home
last modified time | relevance | path

Searched refs:EventMode (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h49 enum class EventMode : uint8_t { enum
111 EventMode mode = EventMode::ON_VALUE_CHANGE,
117 void refreshTimestamp(int32_t propId, int32_t areaId, EventMode eventMode) EXCLUDES(mLock);
121 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId)
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp111 VehiclePropertyStore::EventMode eventMode, in writeValue()
165 if (eventMode == EventMode::NEVER) { in writeValue()
180 if (eventMode == EventMode::ALWAYS || valueUpdated) { in writeValue()
190 void VehiclePropertyStore::refreshTimestamp(int32_t propId, int32_t areaId, EventMode eventMode) { in refreshTimestamp()
191 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId; in refreshTimestamp()
201 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId) { in refreshTimestamps() argument
228 if (eventMode == EventMode::ALWAYS) { in refreshTimestamps()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp487 VehiclePropertyStore::EventMode::ALWAYS)); in TEST_F()
508 VehiclePropertyStore::EventMode::NEVER)); in TEST_F()
527 VehiclePropertyStore::EventMode::ALWAYS)); in TEST_F()
566 mStore->refreshTimestamp(propId, areaId, VehiclePropertyStore::EventMode::ALWAYS); in TEST_F()
597 mStore->refreshTimestamp(propId, areaId, VehiclePropertyStore::EventMode::ON_VALUE_CHANGE); in TEST_F()
634 std::unordered_map<PropIdAreaId, VehiclePropertyStore::EventMode, PropIdAreaIdHash> in TEST_F()
639 }] = VehiclePropertyStore::EventMode::ALWAYS; in TEST_F()
643 }] = VehiclePropertyStore::EventMode::ALWAYS; in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp472 std::move(prop), /*updateStatus=*/true, VehiclePropertyStore::EventMode::ALWAYS); in setApPowerStateReqShutdown()
511 VehiclePropertyStore::EventMode::ALWAYS); in setApPowerStateReport()
620 VehiclePropertyStore::EventMode::ALWAYS); in setHvacTemperatureValueSuggestion()
703 /*updateStatus=*/true, VehiclePropertyStore::EventMode::ALWAYS); in setUserHalProp()
744 VehiclePropertyStore::EventMode::ALWAYS); in synchronizeHvacTemp()
984 VehiclePropertyStore::EventMode::ALWAYS); in sendHvacPropertiesCurrentValues()
1010 VehiclePropertyStore::EventMode::ALWAYS); in sendAdasPropertiesState()
1229 /*updateStatus=*/false, /*mode=*/VehiclePropertyStore::EventMode::ON_VALUE_CHANGE, in setValue()
2268 std::unordered_map<PropIdAreaId, VehiclePropertyStore::EventMode, PropIdAreaIdHash> in refreshTimestampForInterval()
2295 VehiclePropertyStore::EventMode eventMode, in registerRefreshLocked()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h148 VehiclePropertyStore::EventMode eventMode;
296 void registerRefreshLocked(PropIdAreaId propIdAreaId, VehiclePropertyStore::EventMode eventMode,