HomeSort by relevance Sort by last modified time
    Searched defs:Dumpstate (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/dumpstate/
dumpstate.h 40 // TODO: and then remove explicitly android::os::dumpstate:: prefixes
43 namespace dumpstate { namespace in namespace:android::os
48 } // namespace dumpstate
82 * Each `dumpstate` section contributes to the total weight by an individual weight, so the overall
86 * it's adjusted after each dumpstate run by storing the average duration in a file.
90 friend class android::os::dumpstate::ProgressTest;
91 friend class android::os::dumpstate::DumpstateTest;
162 * that are spread accross utils.cpp and dumpstate.cpp will be moved to it.
164 class Dumpstate {
168 static android::os::dumpstate::CommandOptions DEFAULT_DUMPSYS
    [all...]
utils.cpp 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
    [all...]

Completed in 224 milliseconds