Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1243 const hidl_array<IFooCallback::InvokeInfo, 3> &invokeResults) { in TEST_F() argument
1256 EXPECT_TRUE(invokeResults[0].invoked); in TEST_F()
1257 EXPECT_LE(invokeResults[0].timeNs, invokeResults[0].callerBlockedNs); in TEST_F()
1258 EXPECT_LE(invokeResults[0].callerBlockedNs, TOLERANCE_NS); in TEST_F()
1260 EXPECT_TRUE(invokeResults[1].invoked); in TEST_F()
1261 EXPECT_LE(invokeResults[1].timeNs, invokeResults[1].callerBlockedNs); in TEST_F()
1262 EXPECT_LE(invokeResults[1].callerBlockedNs, in TEST_F()
1265 EXPECT_TRUE(invokeResults[2].invoked); in TEST_F()
1266 EXPECT_LE(invokeResults[2].callerBlockedNs, ONEWAY_TOLERANCE_NS); in TEST_F()
1267 EXPECT_LE(invokeResults[2].timeNs, DELAY_NS + TOLERANCE_NS); in TEST_F()