Searched refs:BluetoothTest (Results 1 – 8 of 8) sorted by relevance
/system/bt/test/suite/adapter/ |
D | bluetooth_test.cc | 35 void BluetoothTest::SetUp() { in SetUp() 63 void BluetoothTest::TearDown() { in TearDown() 75 void BluetoothTest::ClearSemaphore(semaphore_t* sem) { in ClearSemaphore() 80 const bt_interface_t* BluetoothTest::bt_interface() { return bt_interface_; } in bt_interface() 82 bt_state_t BluetoothTest::GetState() { return state_; } in GetState() 84 int BluetoothTest::GetPropertiesChangedCount() { in GetPropertiesChangedCount() 88 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty() 97 bt_property_t* BluetoothTest::GetRemoteDeviceProperty(const RawAddress* addr, in GetRemoteDeviceProperty() 109 bt_discovery_state_t BluetoothTest::GetDiscoveryState() { in GetDiscoveryState() 113 bt_acl_state_t BluetoothTest::GetAclState() { return acl_state_; } in GetAclState() [all …]
|
D | bluetooth_test.h | 37 class BluetoothTest : public ::testing::Test, 40 BluetoothTest() = default; 41 virtual ~BluetoothTest() = default; 116 DISALLOW_COPY_AND_ASSIGN(BluetoothTest);
|
D | adapter_unittest.cc | 35 TEST_F(BluetoothTest, AdapterEnableDisable) { in TEST_F() argument 48 TEST_F(BluetoothTest, AdapterRepeatedEnableDisable) { in TEST_F() argument 63 TEST_F(BluetoothTest, AdapterSetGetName) { in TEST_F() argument 117 TEST_F(BluetoothTest, AdapterStartDiscovery) { in TEST_F() argument 133 TEST_F(BluetoothTest, AdapterCancelDiscovery) { in TEST_F() argument 152 TEST_F(BluetoothTest, AdapterDisableDuringBonding) { in TEST_F() argument 174 TEST_F(BluetoothTest, AdapterCleanupDuringDiscovery) { in TEST_F() argument
|
/system/bt/test/ |
D | README.md | 33 ./run_unit_tests.sh net_test_bluetooth.BluetoothTest.AdapterRepeatedEnableDisable 47 [----------] 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 …]
|
/system/bt/test/suite/rfcomm/ |
D | rfcomm_test.cc | 29 BluetoothTest::SetUp(); in SetUp() 76 BluetoothTest::TearDown(); in TearDown()
|
D | rfcomm_test.h | 23 class RFCommTest : public BluetoothTest {
|
/system/bt/test/suite/gatt/ |
D | gatt_test.cc | 35 BluetoothTest::SetUp(); in SetUp() 77 BluetoothTest::TearDown(); in TearDown()
|
D | gatt_test.h | 26 class GattTest : public BluetoothTest,
|