Home
last modified time | relevance | path

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

/system/bt/gd/shim/
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()
83 dumpsys_module_->Dump(0, nullptr); in Print()
100 bluetooth::shim::Dumpsys* dumpsys_module_ = nullptr; member in testing::DumpsysTest
113 dumpsys_module_->Dump(sv[0], args, std::move(promise)); in TEST_F()
130 dumpsys_module_->Dump(sv[0], args, std::move(promise)); in TEST_F()
Ddumpsys.cc57 const Dumpsys& dumpsys_module_; member
65 : dumpsys_module_(dumpsys_module), reflection_schema_(std::move(reflection_schema)) {} in impl()
119 const auto registry = dumpsys_module_.GetModuleRegistry(); in DumpWithArgsAsync()