Searched refs:RemoteNameRequestModule (Results 1 – 11 of 11) sorted by relevance
31 struct RemoteNameRequestModule::impl {33 impl(const RemoteNameRequestModule& module) : module_(module) {} in impl()44 this, &RemoteNameRequestModule::impl::on_remote_host_supported_features_notification)); in Start()47 handler_->BindOn(this, &RemoteNameRequestModule::impl::on_remote_name_request_complete)); in Start()189 const RemoteNameRequestModule& module_;199 const ModuleFactory RemoteNameRequestModule::Factory =200 ModuleFactory([]() { return new RemoteNameRequestModule(); }); in __anonac4010980202()202 RemoteNameRequestModule::RemoteNameRequestModule() : pimpl_(std::make_unique<impl>(*this)){}; in RemoteNameRequestModule() function in bluetooth::hci::RemoteNameRequestModule203 RemoteNameRequestModule::~RemoteNameRequestModule() = default;205 void RemoteNameRequestModule::StartRemoteNameRequest( in StartRemoteNameRequest()[all …]
42 class RemoteNameRequestModule : public bluetooth::Module {74 RemoteNameRequestModule();75 ~RemoteNameRequestModule();
71 fake_registry_.Start<RemoteNameRequestModule>(&thread_); in SetUp()72 ASSERT_TRUE(fake_registry_.IsStarted<RemoteNameRequestModule>()); in SetUp()74 client_handler_ = fake_registry_.GetTestModuleHandler(&RemoteNameRequestModule::Factory); in SetUp()77 remote_name_request_module_ = static_cast<RemoteNameRequestModule*>( in SetUp()78 fake_registry_.GetModuleUnderTest(&RemoteNameRequestModule::Factory)); in SetUp()84 fake_registry_.SynchronizeModuleHandler(&RemoteNameRequestModule::Factory, timeout); in TearDown()123 RemoteNameRequestModule* remote_name_request_module_ = nullptr;
72 remote_name_request_module_ = acl_manager_.GetDependency<RemoteNameRequestModule>(); in Start()190 RemoteNameRequestModule* remote_name_request_module_ = nullptr;430 list->add<RemoteNameRequestModule>(); in ListDependencies()
43 hci::RemoteNameRequestModule* name_module, in NeighborFacadeService()209 hci::RemoteNameRequestModule* name_module_;221 list->add<hci::RemoteNameRequestModule>(); in ListDependencies()232 GetDependency<hci::RemoteNameRequestModule>(), in Start()
59 hci::RemoteNameRequestModule* name_module_;151 name_module_ = module_.GetDependency<hci::RemoteNameRequestModule>(); in Start()161 list->add<hci::RemoteNameRequestModule>(); in ListDependencies()
55 class RemoteNameRequestModule; variable99 hci::RemoteNameRequestModule* GetRemoteNameRequest();
102 hci::RemoteNameRequestModule* GetRemoteNameRequest() { in GetRemoteNameRequest()105 ->GetInstance<hci::RemoteNameRequestModule>(); in GetRemoteNameRequest()
96 modules.add<hci::RemoteNameRequestModule>(); in StartEverything()
83 hci::RemoteNameRequestModule* GetRemoteNameRequest() { return nullptr; } in GetRemoteNameRequest()
59 RemoteNameRequestModule* remote_name_request_module) in classic_impl()435 [=](RemoteNameRequestModule* remote_name_request_module, in on_connection_complete()823 RemoteNameRequestModule* remote_name_request_module_ = nullptr;