Home
last modified time | relevance | path

Searched refs:clearObd2FreezeFrames (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.h36 StatusCode clearObd2FreezeFrames(VehiclePropertyStore* propStore,
DFakeObd2Frame.cpp154 StatusCode clearObd2FreezeFrames(VehiclePropertyStore* propStore, in clearObd2FreezeFrames() function
DDefaultVehicleHal.cpp377 return clearObd2FreezeFrames(mPropStore, propValue); in set()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DFakeObd2Frame.h45 VhalResult<void> clearObd2FreezeFrames(
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DFakeObd2FrameTest.cpp170 ASSERT_TRUE(getFakeObd2Frame()->clearObd2FreezeFrames(VehiclePropValue{}).ok()); in TEST_F()
189 ->clearObd2FreezeFrames(VehiclePropValue{ in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp171 VhalResult<void> FakeObd2Frame::clearObd2FreezeFrames(const VehiclePropValue& propValue) { in clearObd2FreezeFrames() function in android::hardware::automotive::vehicle::fake::obd2frame::FakeObd2Frame
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1066 return mFakeObd2Frame->clearObd2FreezeFrames(value); in maybeSetSpecialValue()