Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp320 bool transactionSuccess; in TEST_P() local
321 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &transactionSuccess)); in TEST_P()
322 ASSERT_FALSE(transactionSuccess); in TEST_P()
334 bool transactionSuccess; in TEST_P() local
335 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &transactionSuccess)); in TEST_P()
336 ASSERT_FALSE(transactionSuccess); in TEST_P()
348 bool transactionSuccess; in TEST_P() local
349 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &transactionSuccess)); in TEST_P()
350 ASSERT_FALSE(transactionSuccess); in TEST_P()
362 bool transactionSuccess; in TEST_P() local
[all …]