Lines Matching refs:transactionSuccess
320 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
363 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &transactionSuccess)); in TEST_P()
364 ASSERT_FALSE(transactionSuccess); in TEST_P()