Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/include/
DFakeUserHal.h126 android::base::Result<std::unique_ptr<VehiclePropValue>> onGetUserIdentificationAssociation(
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/include/
DFakeUserHal.h117 ValueResultType onGetUserIdentificationAssociation(
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/
DFakeUserHal.cpp109 return onGetUserIdentificationAssociation(value); in onGetProperty()
116 Result<std::unique_ptr<VehiclePropValue>> FakeUserHal::onGetUserIdentificationAssociation( in onGetUserIdentificationAssociation() function in android::hardware::automotive::vehicle::V2_0::impl::FakeUserHal
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DFakeUserHal.cpp120 return onGetUserIdentificationAssociation(value); in onGetProperty()
127 FakeUserHal::ValueResultType FakeUserHal::onGetUserIdentificationAssociation( in onGetUserIdentificationAssociation() function in android::hardware::automotive::vehicle::fake::FakeUserHal