Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2019 std::vector<bool> trueResponse(strings.size()); in TEST_F() local
2020 std::transform(strings.begin(), strings.end(), trueResponse.begin(), in TEST_F()
2027 [&](const hidl_vec<bool>& response) { EXPECT_EQ(response, trueResponse); }); in TEST_F()