Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp82 mVehicle = IVehicle::getService(GetParam()); in SetUp()
83 ASSERT_NE(mVehicle.get(), nullptr); in SetUp()
87 sp<IVehicle> mVehicle; member in VehicleHalHidlTest
108 mVehicle->get(requestedPropValue, in invokeGet()
130 mVehicle->getAllPropConfigs([&isCalled, &propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()
146 mVehicle->getPropConfigs( in TEST_P()
160 mVehicle->getPropConfigs( in TEST_P()
199 mVehicle->getAllPropConfigs( in TEST_P()
209 ASSERT_EQ(StatusCode::OK, mVehicle->set(propToSet)) in TEST_P()
227 ASSERT_EQ(StatusCode::ACCESS_DENIED, mVehicle->set(vehicleSpeed)); in TEST_P()
[all …]