/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHalCallback.java | 35 void onPropertySetError(ArrayList<VehiclePropError> errors); in onPropertySetError() method
|
D | HalServiceBase.java | 102 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in HalServiceBase
|
D | PropertyHalService.java | 1034 void onPropertySetError(int property, int area, in onPropertySetError() method 1546 public void onPropertySetError(ArrayList<VehiclePropError> vehiclePropErrors) { in onPropertySetError() method in PropertyHalService
|
D | UserHalService.java | 222 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in UserHalService
|
D | VehicleHal.java | 1213 public void onPropertySetError(ArrayList<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/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 516 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
|
D | HidlVhalClient.cpp | 304 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/ |
D | HidlVehicleStub.java | 382 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in HidlVehicleStub.HidlSubscriptionClient
|
D | AidlVehicleStub.java | 628 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
|
D | CarPropertyService.java | 975 public void onPropertySetError(int property, int areaId, int errorCode) { in onPropertySetError() method
|
/packages/services/Car/cpp/vhal/client/test/ |
D | HidlVhalClientTest.cpp | 132 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError() function in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
|
D | AidlVhalClientTest.cpp | 233 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 | 1418 void WatchdogProcessService::PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.cpp | 165 void PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
|