Home
last modified time | relevance | path

Searched defs:onPropertySetError (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DHalClientCallback.java35 void onPropertySetError(ArrayList<VehiclePropError> errors); in onPropertySetError() method
DHalServiceBase.java95 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in HalServiceBase
DPropertyHalService.java122 void onPropertySetError(int property, int area, in onPropertySetError() method
445 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in PropertyHalService
DHalClient.java280 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in HalClient.VehicleCallback
DUserHalService.java221 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in UserHalService
DVehicleHal.java714 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in VehicleHal
/packages/services/Car/cpp/evs/apps/default/
DEvsVehicleListener.h46 void onPropertySetError( in onPropertySetError() function
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java379 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError() method in AidlVehicleStub.AidlSubscriptionClient
478 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError() method in AidlVehicleStub.GetSetValuesCallback
DHidlVehicleStub.java287 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in HidlVehicleStub.HidlSubscriptionClient
DCarPropertyService.java708 public void onPropertySetError(int property, int areaId, int errorCode) { in onPropertySetError() method
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp509 ScopedAStatus GetSetValueClient::onPropertySetError([[maybe_unused]] const VehiclePropErrors&) { in onPropertySetError() function in android::frameworks::automotive::vhal::GetSetValueClient
621 ScopedAStatus SubscriptionVehicleCallback::onPropertySetError(const VehiclePropErrors& errors) { in onPropertySetError() function in android::frameworks::automotive::vhal::SubscriptionVehicleCallback
DHidlVhalClient.cpp306 Return<void> SubscriptionCallback::onPropertySetError(StatusCode status, int32_t propId, in onPropertySetError() function in android::frameworks::automotive::vhal::SubscriptionCallback
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp132 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError() function in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
DAidlVhalClientTest.cpp230 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError() function in android::frameworks::automotive::vhal::aidl_test::MockSubscriptionCallback
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp147 void PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp1108 void WatchdogProcessService::PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener