Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1641 EXPECT_OK(baz->haveSomeStructWithInterface(swi, [&](const IBaz::StructWithInterface& swiBack) { in TEST_F() argument
1642 EXPECT_EQ(42, swiBack.number); in TEST_F()
1644 EXPECT_EQ(testArray[i], swiBack.array[i]); in TEST_F()
1647 EXPECT_EQ(testString, std::string(swiBack.oneString)); in TEST_F()
1648 EXPECT_EQ(testStrings, swiBack.vectorOfStrings); in TEST_F()
1650 EXPECT_TRUE(interfacesEqual(swi.iface, swiBack.iface)); in TEST_F()