Home
last modified time | relevance | path

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

/packages/services/Car/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
DCarPowerManagementTest.java374 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
DCarPropertyManagerTest.java624 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPropertyManagerTest.PropertyHandler
/packages/services/Car/service/src/com/android/car/hal/
DHalClient.java277 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet() method in HalClient.VehicleCallback
DVehicleHal.java541 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHal