Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHalCallback.java37 void onPropertySetError(List<VehiclePropError> errors); in onPropertySetError() method
DHalServiceBase.java110 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in HalServiceBase
DUserHalService.java222 public void onPropertySetError(ArrayList<VehiclePropError> errors) { in onPropertySetError() method in UserHalService
DPropertyHalService.java1139 void onPropertySetError(int property, int area, in onPropertySetError() method
2144 public void onPropertySetError(ArrayList<VehiclePropError> vehiclePropErrors) { in onPropertySetError() method in PropertyHalService
DVehicleHal.java1280 public void onPropertySetError(List<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/service/src/com/android/car/hal/fakevhal/
DSimulationVehicleStub.java312 public void onPropertySetError(List<VehiclePropError> errors) { in onPropertySetError() method in SimulationVehicleStub.ReplayingVehicleHalCallback
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java373 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in HidlVehicleStub.HidlSubscriptionClient
DAidlVehicleStub.java744 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
DCarPropertyService.java1056 public void onPropertySetError(int property, int areaId, int errorCode) { in onPropertySetError() method
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp636 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
DHidlVhalClient.cpp343 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/
DSimulationVehicleStubUnitTest.java762 public void onPropertySetError(List<VehiclePropError> errors) { in onPropertySetError() method in SimulationVehicleStubUnitTest.CountDownVehicleHalCallback
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp140 void onPropertySetError(const std::vector<HalPropError>& errors) override { mErrors = errors; } in onPropertySetError() function in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
DAidlVhalClientTest.cpp258 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.cpp1495 void WatchdogProcessService::PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
/packages/services/Car/cpp/watchdog/stable_server/src/
DWatchdogProcessService.cpp1495 void WatchdogProcessService::PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
/packages/services/Car/cpp/power/server/src/
DCarPowerPolicyServer.cpp201 void PropertyChangeListener::onPropertySetError( in onPropertySetError() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener