Home
last modified time | relevance | path

Searched refs:refreshTimestamp (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h81 std::unique_ptr<VehiclePropValue> refreshTimestamp(int32_t propId, int32_t areaId);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h117 void refreshTimestamp(int32_t propId, int32_t areaId, EventMode eventMode) EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp84 std::unique_ptr<VehiclePropValue> VehiclePropertyStore::refreshTimestamp(int32_t propId, in refreshTimestamp() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp566 mStore->refreshTimestamp(propId, areaId, VehiclePropertyStore::EventMode::ALWAYS); in TEST_F()
597 mStore->refreshTimestamp(propId, areaId, VehiclePropertyStore::EventMode::ON_VALUE_CHANGE); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp190 void VehiclePropertyStore::refreshTimestamp(int32_t propId, int32_t areaId, EventMode eventMode) { in refreshTimestamp() function in android::hardware::automotive::vehicle::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp497 auto refreshedProp = mPropStore->refreshTimestamp(property, areaId); in onContinuousPropertyTimer()