Searched defs:Dumpstate (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h167 class Dumpstate { class
173 static Dumpstate& GetInstance();
247 // TODO: temporary method until Dumpstate object is properly set
345 Dumpstate(const std::string& version = VERSION_CURRENT);
347 DISALLOW_COPY_AND_ASSIGN(Dumpstate);
H A Ddumpstate.cpp108 static Dumpstate& ds = Dumpstate::GetInstance();
114 const CommandOptions& options = Dumpstate::DEFAULT_DUMPSYS,
651 void Dumpstate::PrintHeader() const {
678 printf("Dumpstate info: id=%d pid=%d dry_run=%d args=%s extra_options=%s\n", id_, pid_,
691 bool Dumpstate::AddZipEntryFromFd(const std::string& entry_name, int fd) {
745 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) {
761 void Dumpstate::AddDir(const std::string& dir, bool recursive) {
771 bool Dumpstate::AddTextZipEntry(const std::string& entry_name, const std::string& content) {
883 // Anyways, once dump_traces() is refactored as a private Dumpstate functio
113 RunDumpsys(const std::string& title, const std::vector<std::string>& dumpsysArgs, const CommandOptions& options = Dumpstate::DEFAULT_DUMPSYS, long dumpsysTimeout = 0) argument
[all...]
H A Dutils.cpp73 static Dumpstate& ds = Dumpstate::GetInstance();
111 CommandOptions Dumpstate::DEFAULT_DUMPSYS = CommandOptions::WithTimeout(30).Build();
113 Dumpstate::Dumpstate(const std::string& version) function in class:Dumpstate
117 Dumpstate& Dumpstate::GetInstance() {
118 static Dumpstate singleton_(android::base::GetProperty("dumpstate.version", VERSION_CURRENT));
251 bool Dumpstate::IsZipping() const {
255 std::string Dumpstate
[all...]

Completed in 83 milliseconds