Searched defs:dumpNormal (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/services/utils/include/serviceutils/ |
H A D | PriorityDumper.h | 55 virtual status_t dumpNormal(int /*fd*/, const Vector<String16>& /*args*/, bool /*asProto*/) { in dumpNormal() function
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ |
H A D | DumpHandler.kt | 127 private fun dumpNormal(pw: PrintWriter, args: ParsedArgs) { regex
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | PriorityDump.java | 235 default void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal() method
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
H A D | PriorityDumpTest.java | 272 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal() method in PriorityDumpTest.FakeDumper
|
/aosp12/frameworks/native/services/utils/tests/ |
H A D | PriorityDumper_test.cpp | 123 TEST_F(PriorityDumperTest, dumpNormal) { in TEST_F() argument
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 1086 private void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args) { in dumpNormal() method in ConnectivityService.LocalPriorityDump
|