Lines Matching refs:Dumpstate
37 Dumpstate* ds = nullptr;
108 ds_ = &(Dumpstate::GetInstance()); in preDumpUiData()
143 if (bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_FULL && in startBugreport()
144 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_INTERACTIVE && in startBugreport()
145 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_REMOTE && in startBugreport()
146 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WEAR && in startBugreport()
147 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_TELEPHONY && in startBugreport()
148 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WIFI && in startBugreport()
149 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_ONBOARDING && in startBugreport()
150 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_DEFAULT) { in startBugreport()
155 std::unique_ptr<Dumpstate::DumpOptions> options = std::make_unique<Dumpstate::DumpOptions>(); in startBugreport()
156 options->Initialize(static_cast<Dumpstate::BugreportMode>(bugreport_mode), bugreport_flags, in startBugreport()
165 ds_ = &(Dumpstate::GetInstance()); in startBugreport()
216 ds_ = &(Dumpstate::GetInstance()); in retrieveBugreport()
225 std::unique_ptr<Dumpstate::DumpOptions> options = std::make_unique<Dumpstate::DumpOptions>(); in retrieveBugreport()
230 options->Initialize(Dumpstate::BugreportMode::BUGREPORT_DEFAULT, in retrieveBugreport()