Searched refs:checkFailureSyncOrAsync (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/ |
H A D | VtsHalContexthubV1_0TargetTest.cpp | 163 ::testing::AssertionResult checkFailureSyncOrAsync(Result result, Result allowedSyncResult, in checkFailureSyncOrAsync() function 214 EXPECT_TRUE(checkFailureSyncOrAsync(result, Result::BAD_PARAMS, cb->promise.get_future())); in TEST_P() 222 EXPECT_TRUE(checkFailureSyncOrAsync(result, Result::BAD_PARAMS, cb->promise.get_future())); in TEST_P() 230 EXPECT_TRUE(checkFailureSyncOrAsync(result, Result::BAD_PARAMS, cb->promise.get_future())); in TEST_P() 238 EXPECT_TRUE(checkFailureSyncOrAsync(result, Result::BAD_PARAMS, cb->promise.get_future())); in TEST_P()
|