Searched refs:RemoteNameRequestModule (Results 1 – 11 of 11) sorted by relevance
29 struct RemoteNameRequestModule::impl {31 impl(const RemoteNameRequestModule& module) : module_(module) {} in impl()42 this, &RemoteNameRequestModule::impl::on_remote_host_supported_features_notification)); in Start()45 handler_->BindOn(this, &RemoteNameRequestModule::impl::on_remote_name_request_complete)); in Start()225 const RemoteNameRequestModule& module_;235 const ModuleFactory RemoteNameRequestModule::Factory =236 ModuleFactory([]() { return new RemoteNameRequestModule(); }); in __anon1ffcd2b30202()238 RemoteNameRequestModule::RemoteNameRequestModule() : pimpl_(std::make_unique<impl>(*this)){}; in RemoteNameRequestModule() function in bluetooth::hci::RemoteNameRequestModule239 RemoteNameRequestModule::~RemoteNameRequestModule() = default;241 void RemoteNameRequestModule::StartRemoteNameRequest( in StartRemoteNameRequest()[all …]
42 class RemoteNameRequestModule : public bluetooth::Module {74 RemoteNameRequestModule();75 ~RemoteNameRequestModule();
70 fake_registry_.Start<RemoteNameRequestModule>(&thread_); 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()123 RemoteNameRequestModule* remote_name_request_module_ = nullptr;681 [](RemoteNameRequestModule* remote_name_request_module, in TEST_F()
74 remote_name_request_module_ = acl_manager_.GetDependency<RemoteNameRequestModule>(); in Start()191 RemoteNameRequestModule* remote_name_request_module_ = nullptr;430 list->add<RemoteNameRequestModule>(); in ListDependencies()
44 class RemoteNameRequestModule; variable71 hci::RemoteNameRequestModule* GetRemoteNameRequest();
62 hci::RemoteNameRequestModule* GetRemoteNameRequest() { in GetRemoteNameRequest()65 ->GetInstance<hci::RemoteNameRequestModule>(); in GetRemoteNameRequest()
92 modules.add<hci::RemoteNameRequestModule>(); in StartEverything()
61 hci::RemoteNameRequestModule* name_module_;152 name_module_ = module_.GetDependency<hci::RemoteNameRequestModule>(); in Start()162 list->add<hci::RemoteNameRequestModule>(); in ListDependencies()
70 hci::RemoteNameRequestModule* GetRemoteNameRequest() { return nullptr; } in GetRemoteNameRequest()
172 rnr_ = new RemoteNameRequestModule(); in SetUp()205 RemoteNameRequestModule* rnr_;
61 RemoteNameRequestModule* remote_name_request_module) in classic_impl()395 [=](RemoteNameRequestModule* remote_name_request_module, in on_connection_complete()752 RemoteNameRequestModule* remote_name_request_module_ = nullptr;