Searched refs:BluetoothTest (Results 1 – 6 of 6) sorted by relevance
33 ./run_unit_tests.sh net_test_bluetooth.BluetoothTest.AdapterRepeatedEnableDisable47 [----------] 6 tests from BluetoothTest 48 [ RUN ] BluetoothTest.AdapterEnableDisable 49 [ OK ] BluetoothTest.AdapterEnableDisable (2538 ms) 50 [ RUN ] BluetoothTest.AdapterRepeatedEnableDisable 51 [ OK ] BluetoothTest.AdapterRepeatedEnableDisable (11384 ms) 52 [ RUN ] BluetoothTest.AdapterSetGetName 53 [ OK ] BluetoothTest.AdapterSetGetName (2378 ms) 54 [ RUN ] BluetoothTest.AdapterStartDiscovery 55 [ OK ] BluetoothTest.AdapterStartDiscovery (2397 ms) [all …]
42 static BluetoothTest* instance = nullptr;85 void BluetoothTest::SetUp() { in SetUp()104 void BluetoothTest::TearDown() { in TearDown()109 void BluetoothTest::ClearSemaphore(btsemaphore& sem) { in ClearSemaphore()114 const bt_interface_t* BluetoothTest::bt_interface() { in bt_interface()118 bt_callbacks_t* BluetoothTest::bt_callbacks() { return &callbacks; } in bt_callbacks()120 bt_state_t BluetoothTest::GetState() { return state_; } in GetState()122 int BluetoothTest::GetPropertiesChangedCount() { in GetPropertiesChangedCount()126 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty()135 bt_property_t* BluetoothTest::GetRemoteDeviceProperty(const RawAddress* addr, in GetRemoteDeviceProperty()[all …]
74 class BluetoothTest : public ::testing::Test {76 BluetoothTest() = default;77 BluetoothTest(const BluetoothTest&) = delete;78 BluetoothTest& operator=(const BluetoothTest&) = delete;80 virtual ~BluetoothTest() = default;
35 TEST_F(BluetoothTest, AdapterEnableDisable) { in TEST_F() argument48 TEST_F(BluetoothTest, AdapterRepeatedEnableDisable) { in TEST_F() argument63 TEST_F(BluetoothTest, AdapterSetGetName) { in TEST_F() argument117 TEST_F(BluetoothTest, AdapterStartDiscovery) { in TEST_F() argument133 TEST_F(BluetoothTest, AdapterCancelDiscovery) { in TEST_F() argument152 TEST_F(BluetoothTest, AdapterDisableDuringBonding) { in TEST_F() argument174 TEST_F(BluetoothTest, AdapterCleanupDuringDiscovery) { in TEST_F() argument
109 BluetoothTest::SetUp(); in SetUp()128 BluetoothTest::TearDown(); in TearDown()
27 class GattTest : public BluetoothTest {