Home
last modified time | relevance | path

Searched refs:setVehiclePropValue (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DCarArgumentMatchersTest.java110 int actualStatusCode = mFakeService.setVehiclePropValue(prop); in testIsProperty()
125 int actualStatusCode = mFakeService.setVehiclePropValue(prop); in testIsPropertyWithValues()
150 public int setVehiclePropValue(VehiclePropValue vehicleProp) throws Exception { in setVehiclePropValue() method in CarArgumentMatchersTest.FakeService
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp95 void setVehiclePropValue(VehiclePropValue value) { mPropValue = value; } in setVehiclePropValue() function in android::frameworks::automotive::vhal::hidl_test::MockVhal
186 getVhal()->setVehiclePropValue(TEST_VALUE); in TEST_F()
211 getVhal()->setVehiclePropValue(VehiclePropValue{ in TEST_F()