/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/ |
D | socket_factory_l2cap_integration_test.cc | 32 using TestingBase = l2cap::ChannelManagerMockControllerTest; typedef 37 public TestingBase { 40 : TestingBase(dispatcher_), dispatcher_(dispatcher()) {} in SocketFactoryL2capIntegrationTest() 45 TestingBase::Initialize(); in SetUp() 51 TestingBase::DeleteChannelManager(); in TearDown()
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | l2cap_fuzztest.cc | 60 using TestingBase = FakeDispatcherControllerTest<FuzzerController>; typedef 61 class DataFuzzTest : public TestingBase { 66 TestingBase::SetUp(); in DataFuzzTest() 81 TestingBase::TearDown(); in ~DataFuzzTest()
|
D | logical_link_test.cc | 35 using TestingBase = typedef 40 class LogicalLinkTest : public TestingBase { 48 TestingBase::SetUp(); in SetUp() 61 TestingBase::TearDown(); in TearDown()
|
D | a2dp_offload_manager_test.cc | 82 using TestingBase = FakeDispatcherControllerTest<MockController>; typedef 84 class A2dpOffloadTest : public TestingBase { 90 TestingBase::SetUp(); in SetUp() 96 void TearDown() override { TestingBase::TearDown(); } in TearDown()
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_host/ |
D | host_test.cc | 27 using TestingBase = ::bt::testing::TestLoopFixture; typedef 30 class HostComponentTest : public TestingBase { 56 TestingBase::TearDown(); in TearDown()
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
D | channel_manager_mock_controller_test_fixture.h | 24 using TestingBase = bt::testing::ControllerTest<bt::testing::MockController>; variable 28 class ChannelManagerMockControllerTest : public TestingBase { 46 : TestingBase(dispatcher), dispatcher_(dispatcher) {} in ChannelManagerMockControllerTest() 51 TestingBase::Initialize(pw::bluetooth::Controller::FeaturesBits::kHciSco); in Initialize() 70 TestingBase::Initialize(pw::bluetooth::Controller::FeaturesBits::kHciSco); in Initialize()
|
/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
D | legacy_low_energy_scanner_test.cc | 28 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 40 class LegacyLowEnergyScannerTest : public TestingBase, 48 TestingBase::SetUp(); in SetUp() 74 TestingBase::TearDown(); in TearDown()
|
D | extended_low_energy_advertiser_test.cc | 25 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 36 class ExtendedLowEnergyAdvertiserTest : public TestingBase { 43 TestingBase::SetUp(); in SetUp() 47 TestingBase::InitializeACLDataChannel( in SetUp() 64 TestingBase::TearDown(); in TearDown()
|
D | legacy_low_energy_advertiser_test.cc | 36 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 44 class LegacyLowEnergyAdvertiserTest : public TestingBase { 52 TestingBase::SetUp(); in SetUp() 56 TestingBase::InitializeACLDataChannel( in SetUp() 72 TestingBase::TearDown(); in TearDown()
|
D | low_energy_multiple_advertising_test.cc | 28 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 39 class LowEnergyMultipleAdvertisingTest : public TestingBase { 46 TestingBase::SetUp(); in SetUp() 50 TestingBase::InitializeACLDataChannel( in SetUp() 64 TestingBase::TearDown(); in TearDown()
|
D | extended_low_energy_scanner_test.cc | 26 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 47 class ExtendedLowEnergyScannerTest : public TestingBase, 55 TestingBase::SetUp(); in SetUp() 90 TestingBase::TearDown(); in TearDown()
|
D | low_energy_connector_test.cc | 33 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 42 class LowEnergyConnectorTest : public TestingBase, 50 TestingBase::SetUp(); in SetUp() 77 TestingBase::TearDown(); in TearDown()
|
D | low_energy_scanner_test.cc | 36 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 70 class LowEnergyScannerTest : public TestingBase, 78 TestingBase::SetUp(); in SetUp() 91 TestingBase::TearDown(); in TearDown()
|
D | low_energy_advertiser_test.cc | 46 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 74 class LowEnergyAdvertiserTest : public TestingBase { 81 TestingBase::SetUp(); in SetUp() 85 TestingBase::InitializeACLDataChannel( in SetUp() 101 TestingBase::TearDown(); in TearDown()
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | adapter_test_fixture.cc | 20 using TestingBase = bt::testing::ControllerTest<bt::testing::FakeController>; typedef 31 TestingBase::Initialize(features, /*initialize_transport=*/false); in SetUp()
|
D | iso_stream_server_test.cc | 47 using TestingBase = bt::testing::TestLoopFixture; typedef 48 class IsoStreamServerTest : public TestingBase { 54 TestingBase::SetUp(); in SetUp() 74 TestingBase::TearDown(); in TearDown()
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_interrogator_test.cc | 51 using TestingBase = typedef 54 class BrEdrInterrogatorTest : public TestingBase { 60 TestingBase::SetUp(); in SetUp() 80 TestingBase::TearDown(); in TearDown()
|
D | bredr_connection_request_test.cc | 114 using TestingBase = typedef 116 class BrEdrConnectionRequestLoopTest : public TestingBase { 128 TestingBase::SetUp();
|
D | low_energy_address_manager_test.cc | 29 using TestingBase = testing::FakeDispatcherControllerTest<MockController>; typedef 34 class LowEnergyAddressManagerTest : public TestingBase { 41 TestingBase::SetUp(); in SetUp() 55 TestingBase::TearDown(); in TearDown()
|
D | low_energy_interrogator_test.cc | 51 using TestingBase = typedef 54 class LowEnergyInterrogatorTest : public TestingBase { 60 TestingBase::SetUp(); in SetUp() 79 TestingBase::TearDown(); in TearDown()
|
D | low_energy_advertising_manager_test.cc | 38 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef 204 class LowEnergyAdvertisingManagerTest : public TestingBase { 211 TestingBase::SetUp(); in SetUp() 224 TestingBase::TearDown(); in TearDown()
|
D | adapter_test.cc | 39 using TestingBase = testing::FakeDispatcherControllerTest<FakeController>; typedef 54 class AdapterTest : public TestingBase { 63 TestingBase::SetUp(features, /*initialize_transport=*/false); in SetUp() 86 TestingBase::TearDown(); in TearDown() 1317 class AdapterConstructorTest : public TestingBase { 1323 TestingBase::SetUp(); in SetUp() 1332 TestingBase::TearDown(); in TearDown()
|
D | bredr_discovery_manager_test.cc | 30 using TestingBase = typedef 61 class BrEdrDiscoveryManagerTest : public TestingBase { 67 TestingBase::SetUp(); in SetUp() 74 TestingBase::TearDown(); in TearDown()
|
/external/pigweed/pw_bluetooth_sapphire/host/sco/ |
D | sco_connection_test.cc | 39 using TestingBase = typedef 41 class ScoConnectionTest : public TestingBase { 48 TestingBase::SetUp(); in SetUp() 67 TestingBase::TearDown(); in TearDown()
|
/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
D | client_test.cc | 31 using TestingBase = bt::l2cap::testing::FakeChannelTest; typedef 35 class ClientTest : public TestingBase {
|