Searched refs:Dumpsys (Results 1 – 11 of 11) sorted by relevance
39 struct Dumpsys::impl {44 impl(const Dumpsys& dumpsys_module, const dumpsys::ReflectionSchema& reflection_schema);57 const Dumpsys& dumpsys_module_;61 const ModuleFactory Dumpsys::Factory =62 ModuleFactory([]() { return new Dumpsys(bluetooth::dumpsys::GetBundledSchemaData()); }); in __anonaa11b7020202()64 Dumpsys::impl::impl(const Dumpsys& dumpsys_module, const dumpsys::ReflectionSchema& reflection_sche… in impl()67 int Dumpsys::impl::GetNumberOfBundledSchemas() const { in GetNumberOfBundledSchemas()71 bool Dumpsys::impl::IsDebuggable() const { in IsDebuggable()75 void Dumpsys::impl::FilterAsDeveloper(std::string* dumpsys_data) { in FilterAsDeveloper()80 void Dumpsys::impl::FilterAsUser(std::string* dumpsys_data) { in FilterAsUser()[all …]
30 class Dumpsys : public bluetooth::Module {38 Dumpsys(const std::string& pre_bundled_schema);39 ~Dumpsys() = default;54 DISALLOW_COPY_AND_ASSIGN(Dumpsys);
74 dumpsys_module_ = new bluetooth::shim::Dumpsys(bluetooth::test::GetBundledSchemaData()); in SetUp()75 fake_registry_.InjectTestModule(&shim::Dumpsys::Factory, dumpsys_module_); in SetUp()100 bluetooth::shim::Dumpsys* dumpsys_module_ = nullptr;
40 ShimFacadeService(shim::Dumpsys* dumpsys_layer, ::bluetooth::os::Handler* facade_handler) in ShimFacadeService()54 shim::Dumpsys* dumpsys_layer_{nullptr};60 list->add<Dumpsys>(); in ListDependencies()65 service_ = new ShimFacadeService(GetDependency<Dumpsys>(), GetHandler()); in Start()
26 class Dumpsys : public HeadlessTest<int> {28 Dumpsys(const bluetooth::test::headless::GetOpt& options) in Dumpsys() function
33 int bluetooth::test::headless::Dumpsys::Run() { in Run()
74 class Dumpsys; variable83 Dumpsys* GetDumpsys();
67 Dumpsys* GetDumpsys() { in GetDumpsys()68 return Stack::GetInstance()->GetStackManager()->GetInstance<Dumpsys>(); in GetDumpsys()
101 modules.add<shim::Dumpsys>(); in StartEverything()142 ASSERT(stack_manager_.GetInstance<shim::Dumpsys>() != nullptr); in StartEverything()271 return GetStackManager()->IsStarted<Dumpsys>(); in IsDumpsysModuleStarted()
51 Dumpsys* GetDumpsys() { return nullptr; } in GetDumpsys()
64 std::make_unique<bluetooth::test::headless::Dumpsys>(options)); in Main()