Searched refs:PageModule (Results 1 – 6 of 6) sorted by relevance
33 struct PageModule::impl {44 impl(PageModule& page_module);47 PageModule& module_;59 const ModuleFactory neighbor::PageModule::Factory = ModuleFactory([]() { return new neighbor::PageM… in __anonf733b2e00102()61 neighbor::PageModule::impl::impl(neighbor::PageModule& module) : module_(module) {} in impl()63 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()111 void neighbor::PageModule::impl::Start() { in Start()125 void neighbor::PageModule::impl::Stop() { in Stop()130 void neighbor::PageModule::impl::SetScanActivity(ScanParameters params) { in SetScanActivity()145 ScanParameters neighbor::PageModule::impl::GetScanActivity() const { in GetScanActivity()[all …]
33 class PageModule : public bluetooth::Module {45 PageModule();46 ~PageModule();57 DISALLOW_COPY_AND_ASSIGN(PageModule);
44 class PageModule; variable82 neighbor::PageModule* GetPage();
96 neighbor::PageModule* GetPage() { in GetPage()99 ->GetInstance<neighbor::PageModule>(); in GetPage()
80 modules.add<neighbor::PageModule>(); in StartEverything()
41 PageModule*, in NeighborFacadeService() argument221 list->add<PageModule>(); in ListDependencies()232 GetDependency<PageModule>(), in Start()