Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHalCallback.java35 void onPropertySetError(ArrayList<VehiclePropError> errors); in onPropertySetError() method
DHalServiceBase.java102 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in HalServiceBase
DPropertyHalService.java1034 void onPropertySetError(int property, int area, in onPropertySetError() method
1546 public void onPropertySetError(ArrayList<VehiclePropError> vehiclePropErrors) { in onPropertySetError() method in PropertyHalService
DUserHalService.java222 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in UserHalService
DVehicleHal.java1213 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in VehicleHal
/packages/services/Car/cpp/evs/apps/default/inc/
DEvsVehicleListener.h47 void onPropertySetError( in onPropertySetError() function
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp516 ScopedAStatus GetSetValueClient::onPropertySetError([[maybe_unused]] const VehiclePropErrors&) { in onPropertySetError() function in android::frameworks::automotive::vhal::GetSetValueClient
632 ScopedAStatus SubscriptionVehicleCallback::onPropertySetError(const VehiclePropErrors& errors) { in onPropertySetError() function in android::frameworks::automotive::vhal::SubscriptionVehicleCallback
DHidlVhalClient.cpp304 Return<void> SubscriptionCallback::onPropertySetError(StatusCode status, int32_t propId, in onPropertySetError() function in android::frameworks::automotive::vhal::SubscriptionCallback
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java382 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in HidlVehicleStub.HidlSubscriptionClient
DAidlVehicleStub.java628 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError() method in AidlVehicleStub.AidlSubscriptionClient
738 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError() method in AidlVehicleStub.GetSetValuesCallback
DCarPropertyService.java975 public void onPropertySetError(int property, int areaId, int errorCode) { in onPropertySetError() method
/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.cpp233 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/watchdog/server/src/
DWatchdogProcessService.cpp1418 void WatchdogProcessService::PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp165 void PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener