Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1269 hidl_vec<IFoo::Goober> gooberVecParam; in TEST_F() local
1270 gooberVecParam.resize(2); in TEST_F()
1271 gooberVecParam[0].name = "Hello"; in TEST_F()
1272 gooberVecParam[1].name = "World"; in TEST_F()
1275 EXPECT_OK(foo->haveAGooberVec(gooberVecParam)); in TEST_F()
1279 EXPECT_OK(foo->haveAGoober(gooberVecParam[0])); in TEST_F()