Home
last modified time | relevance | path

Searched refs:RemoteNameRequestModule (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request.cc31 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::RemoteNameRequestModule
203 RemoteNameRequestModule::~RemoteNameRequestModule() = default;
205 void RemoteNameRequestModule::StartRemoteNameRequest( in StartRemoteNameRequest()
[all …]
Dremote_name_request.h42 class RemoteNameRequestModule : public bluetooth::Module {
74 RemoteNameRequestModule();
75 ~RemoteNameRequestModule();
Dremote_name_request_test.cc71 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;
Dacl_manager.cc72 remote_name_request_module_ = acl_manager_.GetDependency<RemoteNameRequestModule>(); in Start()
190 RemoteNameRequestModule* remote_name_request_module_ = nullptr;
430 list->add<RemoteNameRequestModule>(); in ListDependencies()
/packages/modules/Bluetooth/system/gd/neighbor/facade/
Dfacade.cc43 hci::RemoteNameRequestModule* name_module, in NeighborFacadeService()
209 hci::RemoteNameRequestModule* name_module_;
221 list->add<hci::RemoteNameRequestModule>(); in ListDependencies()
232 GetDependency<hci::RemoteNameRequestModule>(), in Start()
/packages/modules/Bluetooth/system/gd/neighbor/
Dname_db.cc59 hci::RemoteNameRequestModule* name_module_;
151 name_module_ = module_.GetDependency<hci::RemoteNameRequestModule>(); in Start()
161 list->add<hci::RemoteNameRequestModule>(); in ListDependencies()
/packages/modules/Bluetooth/system/main/shim/
Dentry.h55 class RemoteNameRequestModule; variable
99 hci::RemoteNameRequestModule* GetRemoteNameRequest();
Dentry.cc102 hci::RemoteNameRequestModule* GetRemoteNameRequest() { in GetRemoteNameRequest()
105 ->GetInstance<hci::RemoteNameRequestModule>(); in GetRemoteNameRequest()
Dstack.cc96 modules.add<hci::RemoteNameRequestModule>(); in StartEverything()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_entry.cc83 hci::RemoteNameRequestModule* GetRemoteNameRequest() { return nullptr; } in GetRemoteNameRequest()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h59 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;