Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/apps/default/
DEvsVehicleListener.h41 Return<void> onPropertySet(const VehiclePropValue & /*value*/) override { in onPropertySet() function
/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
DMockedVehicleHal.java50 default void onPropertySet(VehiclePropValue value) {} in onPropertySet() method
231 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVehicleHal.FailingPropertyHandler
276 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyServiceTest.java120 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPropertyServiceTest.PropertyHandler
DCarProjectionManagerTest.java163 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarProjectionManagerTest.PropertyHandler
DCarCabinManagerTest.java184 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarCabinManagerTest.CabinPropertyHandler
DMockedVmsTestBase.java181 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in MockedVmsTestBase.MockHalClient
DCarHvacManagerTest.java270 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
DCarDiagnosticManagerTest.java132 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
193 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameClearHandler
DCarPropertyManagerTest.java773 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPropertyManagerTest.PropertyHandler
/packages/services/Car/service/src/com/android/car/hal/
DHalClient.java273 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet() method in HalClient.VehicleCallback
DVehicleHal.java613 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHal
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java285 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in ClusterHomeManagerTest.ClusterPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/power/
DCarPowerManagementTest.java379 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp148 Return<void> PropertyChangeListener::onPropertySet(const VehiclePropValue& /*propValue*/) { in onPropertySet() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp915 Return<void> WatchdogProcessService::PropertyChangeListener::onPropertySet( in onPropertySet() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener