Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_profile_queue_test.cc55 class BtifProfileQueueTest : public ::testing::Test { class
70 const RawAddress BtifProfileQueueTest::kTestAddr1{
72 const RawAddress BtifProfileQueueTest::kTestAddr2{
77 if (*bda == BtifProfileQueueTest::kTestAddr1) { in test_connect_cb()
78 if (uuid == BtifProfileQueueTest::kTestUuid1) { in test_connect_cb()
80 } else if (uuid == BtifProfileQueueTest::kTestUuid2) { in test_connect_cb()
83 } else if (*bda == BtifProfileQueueTest::kTestAddr2) { in test_connect_cb()
84 if (uuid == BtifProfileQueueTest::kTestUuid1) { in test_connect_cb()
86 } else if (uuid == BtifProfileQueueTest::kTestUuid2) { in test_connect_cb()
93 TEST_F(BtifProfileQueueTest, test_connect) { in TEST_F() argument
[all …]