Home
last modified time | relevance | path

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

/system/bt/test/suite/adapter/
Dbluetooth_test.cc35 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 …]
Dbluetooth_test.h37 class BluetoothTest : public ::testing::Test,
40 BluetoothTest() = default;
41 virtual ~BluetoothTest() = default;
116 DISALLOW_COPY_AND_ASSIGN(BluetoothTest);
Dadapter_unittest.cc35 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/
DREADME.md33 ./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/
Drfcomm_test.cc29 BluetoothTest::SetUp(); in SetUp()
76 BluetoothTest::TearDown(); in TearDown()
Drfcomm_test.h23 class RFCommTest : public BluetoothTest {
/system/bt/test/suite/gatt/
Dgatt_test.cc35 BluetoothTest::SetUp(); in SetUp()
77 BluetoothTest::TearDown(); in TearDown()
Dgatt_test.h26 class GattTest : public BluetoothTest,