Searched refs:BtifProfileQueueTest (Results 1 – 1 of 1) sorted by relevance
56 class BtifProfileQueueTest : public ::testing::Test { class71 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[all …]