Lines Matching refs:BtifProfileQueueTest
56 class BtifProfileQueueTest : public ::testing::Test { class
71 const RawAddress BtifProfileQueueTest::kTestAddr1{
73 const RawAddress BtifProfileQueueTest::kTestAddr2{
78 if (*bda == BtifProfileQueueTest::kTestAddr1) { in test_connect_cb()
79 if (uuid == BtifProfileQueueTest::kTestUuid1) { in test_connect_cb()
81 } else if (uuid == BtifProfileQueueTest::kTestUuid2) { in test_connect_cb()
84 } else if (*bda == BtifProfileQueueTest::kTestAddr2) { in test_connect_cb()
85 if (uuid == BtifProfileQueueTest::kTestUuid1) { in test_connect_cb()
87 } else if (uuid == BtifProfileQueueTest::kTestUuid2) { in test_connect_cb()
94 TEST_F(BtifProfileQueueTest, test_connect) { in TEST_F() argument
102 if (*bda == BtifProfileQueueTest::kTestAddr1) { in test_connect_cb_fail()
103 if (uuid == BtifProfileQueueTest::kTestUuid1) { in test_connect_cb_fail()
105 } else if (uuid == BtifProfileQueueTest::kTestUuid2) { in test_connect_cb_fail()
108 } else if (*bda == BtifProfileQueueTest::kTestAddr2) { in test_connect_cb_fail()
109 if (uuid == BtifProfileQueueTest::kTestUuid1) { in test_connect_cb_fail()
111 } else if (uuid == BtifProfileQueueTest::kTestUuid2) { in test_connect_cb_fail()
118 TEST_F(BtifProfileQueueTest, test_connect_fail_still_can_advance_the_queue) { in TEST_F() argument
143 TEST_F(BtifProfileQueueTest, test_connect_same_uuid_do_not_repeat) { in TEST_F() argument
158 TEST_F(BtifProfileQueueTest, test_multiple_connects) { in TEST_F() argument
170 TEST_F(BtifProfileQueueTest, test_multiple_connects_without_advance) { in TEST_F() argument
205 TEST_F(BtifProfileQueueTest, test_cleanup_first_allow_second) { in TEST_F() argument
225 TEST_F(BtifProfileQueueTest, test_cleanup_both) { in TEST_F() argument
246 TEST_F(BtifProfileQueueTest, test_cleanup_both_reverse_order) { in TEST_F() argument