Home
last modified time | relevance | path

Searched refs:TestingBase (Results 1 – 25 of 38) sorted by relevance

12

/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/
Dsocket_factory_l2cap_integration_test.cc32 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/
Dl2cap_fuzztest.cc60 using TestingBase = FakeDispatcherControllerTest<FuzzerController>; typedef
61 class DataFuzzTest : public TestingBase {
66 TestingBase::SetUp(); in DataFuzzTest()
81 TestingBase::TearDown(); in ~DataFuzzTest()
Dlogical_link_test.cc35 using TestingBase = typedef
40 class LogicalLinkTest : public TestingBase {
48 TestingBase::SetUp(); in SetUp()
61 TestingBase::TearDown(); in TearDown()
Da2dp_offload_manager_test.cc82 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/
Dhost_test.cc27 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/
Dchannel_manager_mock_controller_test_fixture.h24 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/
Dlegacy_low_energy_scanner_test.cc28 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef
40 class LegacyLowEnergyScannerTest : public TestingBase,
48 TestingBase::SetUp(); in SetUp()
74 TestingBase::TearDown(); in TearDown()
Dextended_low_energy_advertiser_test.cc25 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()
Dlegacy_low_energy_advertiser_test.cc36 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()
Dlow_energy_multiple_advertising_test.cc28 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()
Dextended_low_energy_scanner_test.cc26 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef
47 class ExtendedLowEnergyScannerTest : public TestingBase,
55 TestingBase::SetUp(); in SetUp()
90 TestingBase::TearDown(); in TearDown()
Dlow_energy_connector_test.cc33 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef
42 class LowEnergyConnectorTest : public TestingBase,
50 TestingBase::SetUp(); in SetUp()
77 TestingBase::TearDown(); in TearDown()
Dlow_energy_scanner_test.cc36 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef
70 class LowEnergyScannerTest : public TestingBase,
78 TestingBase::SetUp(); in SetUp()
91 TestingBase::TearDown(); in TearDown()
Dlow_energy_advertiser_test.cc46 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/
Dadapter_test_fixture.cc20 using TestingBase = bt::testing::ControllerTest<bt::testing::FakeController>; typedef
31 TestingBase::Initialize(features, /*initialize_transport=*/false); in SetUp()
Diso_stream_server_test.cc47 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/
Dbredr_interrogator_test.cc51 using TestingBase = typedef
54 class BrEdrInterrogatorTest : public TestingBase {
60 TestingBase::SetUp(); in SetUp()
80 TestingBase::TearDown(); in TearDown()
Dbredr_connection_request_test.cc114 using TestingBase = typedef
116 class BrEdrConnectionRequestLoopTest : public TestingBase {
128 TestingBase::SetUp();
Dlow_energy_address_manager_test.cc29 using TestingBase = testing::FakeDispatcherControllerTest<MockController>; typedef
34 class LowEnergyAddressManagerTest : public TestingBase {
41 TestingBase::SetUp(); in SetUp()
55 TestingBase::TearDown(); in TearDown()
Dlow_energy_interrogator_test.cc51 using TestingBase = typedef
54 class LowEnergyInterrogatorTest : public TestingBase {
60 TestingBase::SetUp(); in SetUp()
79 TestingBase::TearDown(); in TearDown()
Dlow_energy_advertising_manager_test.cc38 using TestingBase = bt::testing::FakeDispatcherControllerTest<FakeController>; typedef
204 class LowEnergyAdvertisingManagerTest : public TestingBase {
211 TestingBase::SetUp(); in SetUp()
224 TestingBase::TearDown(); in TearDown()
Dadapter_test.cc39 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()
Dbredr_discovery_manager_test.cc30 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/
Dsco_connection_test.cc39 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/
Dclient_test.cc31 using TestingBase = bt::l2cap::testing::FakeChannelTest; typedef
35 class ClientTest : public TestingBase {

12