Home
last modified time | relevance | path

Searched refs:dumpsys_module_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys_test.cc73 dumpsys_module_ = new bluetooth::shim::Dumpsys(bluetooth::test::GetBundledSchemaData()); in SetUp()
74 fake_registry_.InjectTestModule(&shim::Dumpsys::Factory, dumpsys_module_); in SetUp()
82 dumpsys_module_->Dump(0, nullptr); in Print()
99 bluetooth::shim::Dumpsys* dumpsys_module_ = nullptr; member in testing::DumpsysTest
112 dumpsys_module_->Dump(sv[0], args, std::move(promise)); in TEST_F()
129 dumpsys_module_->Dump(sv[0], args, std::move(promise)); in TEST_F()
Ddumpsys.cc65 const Dumpsys& dumpsys_module_; member
73 : dumpsys_module_(dumpsys_module), reflection_schema_(std::move(reflection_schema)) {} in impl()
136 const auto registry = dumpsys_module_.GetModuleRegistry(); in DumpWithArgsAsync()