Searched refs:RemoteNameRequestModule (Results 1 – 11 of 11) sorted by relevance
29 struct RemoteNameRequestModule::impl {31 impl(const RemoteNameRequestModule& module) : module_(module) {} in impl()41 handler_->BindOn(this, &RemoteNameRequestModule::impl:: in Start()46 &RemoteNameRequestModule::impl::on_remote_name_request_complete)); in Start()211 const RemoteNameRequestModule& module_;221 const ModuleFactory RemoteNameRequestModule::Factory =222 ModuleFactory([]() { return new RemoteNameRequestModule(); }); in __anon0c3699a90202()224 RemoteNameRequestModule::RemoteNameRequestModule() : pimpl_(std::make_unique<impl>(*this)) {} in RemoteNameRequestModule() function in bluetooth::hci::RemoteNameRequestModule225 RemoteNameRequestModule::~RemoteNameRequestModule() = default;227 void RemoteNameRequestModule::StartRemoteNameRequest( in StartRemoteNameRequest()[all …]
42 class RemoteNameRequestModule : public bluetooth::Module {71 RemoteNameRequestModule();72 ~RemoteNameRequestModule();
70 fake_registry_.Start<RemoteNameRequestModule>(&thread_, fake_registry_.GetTestHandler()); in SetUp()71 ASSERT_TRUE(fake_registry_.IsStarted<RemoteNameRequestModule>()); in SetUp()73 client_handler_ = fake_registry_.GetTestModuleHandler(&RemoteNameRequestModule::Factory); in SetUp()76 remote_name_request_module_ = static_cast<RemoteNameRequestModule*>( in SetUp()77 fake_registry_.GetModuleUnderTest(&RemoteNameRequestModule::Factory)); in SetUp()83 fake_registry_.SynchronizeModuleHandler(&RemoteNameRequestModule::Factory, timeout); in TearDown()121 RemoteNameRequestModule* remote_name_request_module_ = nullptr;650 [](RemoteNameRequestModule* remote_name_request_module, HciLayerFake* test_hci_layer, in TEST_F()
79 remote_name_request_module_ = acl_manager_.GetDependency<RemoteNameRequestModule>(); in Start()195 RemoteNameRequestModule* remote_name_request_module_ = nullptr;390 list->add<RemoteNameRequestModule>(); in ListDependencies()
44 class RemoteNameRequestModule; variable71 hci::RemoteNameRequestModule* GetRemoteNameRequest();
51 hci::RemoteNameRequestModule* GetRemoteNameRequest() { in GetRemoteNameRequest()52 return Stack::GetInstance()->GetInstance<hci::RemoteNameRequestModule>(); in GetRemoteNameRequest()
116 modules.add<hci::RemoteNameRequestModule>(); in StartEverything()
162 rnr_ = new RemoteNameRequestModule(); in SetUp()190 RemoteNameRequestModule* rnr_;
55 AclScheduler* acl_scheduler, RemoteNameRequestModule* remote_name_request_module) in classic_impl()393 [=](RemoteNameRequestModule* remote_name_request_module, Address address, in on_connection_complete()757 RemoteNameRequestModule* remote_name_request_module_ = nullptr;
74 hci::RemoteNameRequestModule* GetRemoteNameRequest() { return nullptr; } in GetRemoteNameRequest()
125 bluetooth::hci::RemoteNameRequestModule* bluetooth::shim::GetRemoteNameRequest() { return nullptr; } in GetRemoteNameRequest()