Searched defs:onPropertySetError (Results 1 – 9 of 9) sorted by relevance
40 oneway void onPropertySetError(in android.hardware.automotive.vehicle.VehiclePropErrors errors); in onPropertySetError() method
98 oneway void onPropertySetError(in VehiclePropErrors errors); in onPropertySetError() method
108 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() function
84 ScopedAStatus MockVehicleCallback::onPropertySetError(const VehiclePropErrors& results) { in onPropertySetError() function in android::hardware::automotive::vehicle::MockVehicleCallback
69 ScopedAStatus onPropertySetError(const VehiclePropErrors&) override { in onPropertySetError() function in android::hardware::automotive::vehicle::PropertyCallback
104 void onPropertySetError([[maybe_unused]] const std::vector<HalPropError>& errors) override { in onPropertySetError() function in VtsVehicleCallback