Searched refs:dumpsys_module_ (Results 1 – 2 of 2) sorted by relevance
73 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::DumpsysTest112 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()
65 const Dumpsys& dumpsys_module_; member73 : dumpsys_module_(dumpsys_module), reflection_schema_(std::move(reflection_schema)) {} in impl()136 const auto registry = dumpsys_module_.GetModuleRegistry(); in DumpWithArgsAsync()