Lines Matching refs:Dumpstate
37 Dumpstate* ds = nullptr;
109 if (bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_FULL && in startBugreport()
110 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_INTERACTIVE && in startBugreport()
111 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_REMOTE && in startBugreport()
112 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WEAR && in startBugreport()
113 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_TELEPHONY && in startBugreport()
114 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WIFI && in startBugreport()
115 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_DEFAULT) { in startBugreport()
120 std::unique_ptr<Dumpstate::DumpOptions> options = std::make_unique<Dumpstate::DumpOptions>(); in startBugreport()
121 options->Initialize(static_cast<Dumpstate::BugreportMode>(bugreport_mode), bugreport_fd, in startBugreport()
130 ds_ = &(Dumpstate::GetInstance()); in startBugreport()