Home | History | Annotate | Download | only in dumpstate

Lines Matching defs:Dumpstate

17 #define LOG_TAG "dumpstate"
19 #include "dumpstate.h"
59 using android::os::dumpstate::CommandOptions;
60 using android::os::dumpstate::DumpFileToFd;
61 using android::os::dumpstate::PropertiesHelper;
71 static Dumpstate& ds = Dumpstate::GetInstance();
108 CommandOptions Dumpstate::DEFAULT_DUMPSYS = CommandOptions::WithTimeout(30).Build();
110 Dumpstate::Dumpstate(const std::string& version)
114 Dumpstate& Dumpstate::GetInstance() {
115 static Dumpstate singleton_(android::base::GetProperty("dumpstate.version", VERSION_CURRENT));
248 bool Dumpstate::IsZipping() const {
252 std::string Dumpstate::GetPath(const std::string& suffix) const {
257 void Dumpstate::SetProgress(std::unique_ptr<Progress> progress) {
584 int Dumpstate::DumpFile(const std::string& title, const std::string& path) {
705 int Dumpstate::RunCommand(const std::string& title, const std::vector<std::string>& full_command,
720 void Dumpstate::RunDumpsys(const std::string& title, const std::vector<std::string>& dumpsys_args,
1034 void Dumpstate::UpdateProgress(int32_t delta) {
1071 // /system/bin/dumpstate directly for debuggging.
1078 void Dumpstate::TakeScreenshot(const std::string& path) {