/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHalCallback.java | 37 void onPropertySetError(List<VehiclePropError> errors); in onPropertySetError() method
|
D | HalServiceBase.java | 110 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in HalServiceBase
|
D | UserHalService.java | 222 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in UserHalService
|
D | PropertyHalService.java | 1139 void onPropertySetError(int property, int area, in onPropertySetError() method 2144 public void onPropertySetError(ArrayList<VehiclePropError> vehiclePropErrors) { in onPropertySetError() method in PropertyHalService
|
D | VehicleHal.java | 1280 public void onPropertySetError(List<VehiclePropError> errors) { in onPropertySetError() method in VehicleHal
|
/packages/services/Car/cpp/evs/apps/default/inc/ |
D | EvsVehicleListener.h | 47 void onPropertySetError( in onPropertySetError() function
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | SimulationVehicleStub.java | 312 public void onPropertySetError(List<VehiclePropError> errors) { in onPropertySetError() method in SimulationVehicleStub.ReplayingVehicleHalCallback
|
/packages/services/Car/service/src/com/android/car/ |
D | HidlVehicleStub.java | 373 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in HidlVehicleStub.HidlSubscriptionClient
|
D | AidlVehicleStub.java | 744 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError() method in AidlVehicleStub.AidlSubscriptionClient 919 public void onPropertySetError(VehiclePropErrors errors) throws RemoteException { in onPropertySetError() method in AidlVehicleStub.GetSetValuesCallback
|
D | CarPropertyService.java | 1056 public void onPropertySetError(int property, int areaId, int errorCode) { in onPropertySetError() method
|
/packages/services/Car/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 636 ScopedAStatus GetSetValueClient::onPropertySetError([[maybe_unused]] const VehiclePropErrors&) { in onPropertySetError() function in android::frameworks::automotive::vhal::GetSetValueClient 793 ScopedAStatus SubscriptionVehicleCallback::onPropertySetError(const VehiclePropErrors& errors) { in onPropertySetError() function in android::frameworks::automotive::vhal::SubscriptionVehicleCallback
|
D | HidlVhalClient.cpp | 343 Return<void> SubscriptionCallback::onPropertySetError(StatusCode status, int32_t propId, in onPropertySetError() function in android::frameworks::automotive::vhal::SubscriptionCallback
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | SimulationVehicleStubUnitTest.java | 762 public void onPropertySetError(List<VehiclePropError> errors) { in onPropertySetError() method in SimulationVehicleStubUnitTest.CountDownVehicleHalCallback
|
/packages/services/Car/cpp/vhal/client/test/ |
D | HidlVhalClientTest.cpp | 140 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError() function in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
|
D | AidlVhalClientTest.cpp | 258 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/ |
D | WatchdogProcessService.cpp | 1495 void WatchdogProcessService::PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
|
/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | WatchdogProcessService.cpp | 1495 void WatchdogProcessService::PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
|
/packages/services/Car/cpp/power/server/src/ |
D | CarPowerPolicyServer.cpp | 201 void PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
|