Home
last modified time | relevance | path

Searched defs:gotValue (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalClientUnitTest.java152 HalPropValue gotValue = mClient.getValue(mProp); in testGet_remoteExceptionThenOk() local
196 HalPropValue gotValue = mClient.getValue(mProp); in testGet_ok() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVehicleStubTest.java560 HalPropValue gotValue = mHidlVehicleStub.get(value); in testGetHidl() local
609 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlSmallData() local
653 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlLargeData() local
719 HalPropValue gotValue = mAidlVehicleStub.get(value); in testGetAidlAsyncCallback() local
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp345 auto gotValue = std::move(result.value()); in TEST_F() local
379 auto gotValue = std::move(result.value()); in TEST_F() local
527 auto gotValue = std::move(result.value()); in TEST_F() local
DHidlVhalClientTest.cpp193 auto gotValue = std::move(result.value()); in TEST_F() local