Home
last modified time | relevance | path

Searched defs:dumpNormal (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/utils/include/serviceutils/
H A DPriorityDumper.h55 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 DDumpHandler.kt127 private fun dumpNormal(pw: PrintWriter, args: ParsedArgs) { regex
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DPriorityDump.java235 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 DPriorityDumpTest.java272 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 DPriorityDumper_test.cpp123 TEST_F(PriorityDumperTest, dumpNormal) { in TEST_F() argument
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java1086 private void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args) { in dumpNormal() method in ConnectivityService.LocalPriorityDump