Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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 …]
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc42 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 …]
Dbluetooth_test.h74 class BluetoothTest : public ::testing::Test {
76 BluetoothTest() = default;
77 BluetoothTest(const BluetoothTest&) = delete;
78 BluetoothTest& operator=(const BluetoothTest&) = delete;
80 virtual ~BluetoothTest() = default;
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
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.cc109 BluetoothTest::SetUp(); in SetUp()
128 BluetoothTest::TearDown(); in TearDown()
Dgatt_test.h27 class GattTest : public BluetoothTest {