Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/include/
DFakeUserHal.h62 android::base::Result<std::unique_ptr<VehiclePropValue>> onGetProperty(
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/include/
DFakeUserHal.h60 ValueResultType onGetProperty(
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/
DFakeUserHal.cpp98 Result<std::unique_ptr<VehiclePropValue>> FakeUserHal::onGetProperty( in onGetProperty() function in android::hardware::automotive::vehicle::V2_0::impl::FakeUserHal
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DFakeUserHal.cpp110 FakeUserHal::ValueResultType FakeUserHal::onGetProperty(const VehiclePropValue& value) const { in onGetProperty() function in android::hardware::automotive::vehicle::fake::FakeUserHal
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp83 const auto& ret = mFakeUserHal.onGetProperty(requestedPropValue); in getUserHalProp()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp777 auto result = mFakeUserHal->onGetProperty(value); in getUserHalProp()