Home
last modified time | relevance | path

Searched defs:dumpsys (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/dumpsys/
Dmain.cpp40 Dumpsys dumpsys(sm.get()); in main() local
/frameworks/base/services/core/java/com/android/server/powerstats/
DProtoStreamUtils.java95 public static void dumpsys(PowerEntity[] powerEntity, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.PowerEntityUtils
311 public static void dumpsys(Channel[] channel, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.ChannelUtils
531 public static void dumpsys(EnergyConsumer[] energyConsumer, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.EnergyConsumerUtils
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsUserLifecycleTests.java124 final String dumpsys = executeShellCommand("dumpsys batterystats --checkin"); in getNumberOfUidsInBatteryStats() local
/frameworks/base/tests/JankBench/scripts/
Dadbutil.py23 def dumpsys(serial, topic): function
/frameworks/native/services/gpuservice/tests/unittests/
DGpuMemTest.cpp76 std::string dumpsys() { in dumpsys() function in android::__anon17f372500111::GpuMemTest
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1190 Dumpsys dumpsys(sm.get()); in RunDumpsysTextByPriority() local
1264 Dumpsys dumpsys(sm.get()); in RunDumpsysProto() local
4011 std::vector<std::string> dumpsys = {"/system/bin/dumpsys", "-T", std::to_string(timeout_ms)}; in RunDumpsys() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1445 protected String dumpsys(String... args) { in dumpsys() method in BaseShortcutManagerTest