Home
last modified time | relevance | path

Searched refs:Dumpsys (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/shim/
Ddumpsys.cc39 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 __anon8446019b0202()
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 …]
Ddumpsys.h30 class Dumpsys : public bluetooth::Module {
38 Dumpsys(const std::string& pre_bundled_schema);
39 ~Dumpsys() = default;
54 DISALLOW_COPY_AND_ASSIGN(Dumpsys);
Ddumpsys_test.cc74 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;
Donly_include_this_file_into_legacy_stack___ever.h29 class Dumpsys; variable
/system/bt/gd/shim/facade/
Dfacade.cc40 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()
/system/bt/main/shim/
Dentry.cc66 Dumpsys* GetDumpsys() { in GetDumpsys()
67 return Stack::GetInstance()->GetStackManager()->GetInstance<Dumpsys>(); in GetDumpsys()
Dstack.cc84 modules.add<shim::Dumpsys>(); in StartEverything()
90 ASSERT(stack_manager_.GetInstance<shim::Dumpsys>() != nullptr); in StartEverything()
Dentry.h76 Dumpsys* GetDumpsys();