/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | InternalPerStateBytesSubject.java | 38 public static InternalPerStateBytesSubject assertThat(@Nullable PerStateBytes perStateBytes) { in assertThat() 43 public static Subject.Factory<InternalPerStateBytesSubject, PerStateBytes> perStateBytes() { in perStateBytes() method in InternalPerStateBytesSubject 47 public static InternalPerStateBytesSubject assertWithMessage( in assertWithMessage() 79 StringBuilder builder, PerStateBytes perStateBytes) { in toStringBuilder()
|
D | PerStateBytesSubject.java | 36 public static PerStateBytesSubject assertThat(@Nullable PerStateBytes perStateBytes) { in assertThat() 41 public static Subject.Factory<PerStateBytesSubject, PerStateBytes> perStateBytes() { in perStateBytes() method in PerStateBytesSubject
|
D | WatchdogPerfHandlerUnitTest.java | 4006 PerformanceDump.PerStateBytes perStateBytes = in testDumpProto() local 5015 android.automotive.watchdog.PerStateBytes perStateBytes = in constructPerStateBytes() local
|
D | CarWatchdogServiceUnitTest.java | 1102 android.automotive.watchdog.PerStateBytes perStateBytes = in constructPerStateBytes() local
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | OveruseConfigurationCache.java | 169 PerStateBytes perStateBytes = mGenericIoThresholdsByComponent.valueAt(i); in dumpProto() local 185 PerStateBytes perStateBytes = mIoThresholdsBySystemPackages.valueAt(i); in dumpProto() local 203 PerStateBytes perStateBytes = mIoThresholdsByVendorPackages.valueAt(i); in dumpProto() local 222 PerStateBytes perStateBytes = mIoThresholdsByAppCategoryType.valueAt(i); in dumpProto() local 484 private static void dumpPerStateBytes(PerStateBytes perStateBytes, in dumpPerStateBytes()
|
D | WatchdogPerfHandler.java | 2599 private static void dumpPerStateBytes(android.automotive.watchdog.PerStateBytes perStateBytes, in dumpPerStateBytes() 2768 PerStateBytes perStateBytes) { in toPerStateIoOveruseThreshold() 2945 PerStateBytes perStateBytes = map.get(oldKey); in replaceKey() local
|
/packages/services/Car/cpp/watchdog/stable_server/tests/ |
D | OveruseConfigurationTestUtils.cpp | 109 PerStateBytes perStateBytes; in toPerStateBytes() local 117 const PerStateBytes& perStateBytes) { in toPerStateIoOveruseThreshold() 132 const PerStateBytes& perStateBytes) { in toPerStateIoOveruseThreshold()
|
D | IoOveruseMonitorTest.cpp | 91 PerStateBytes perStateBytes; in constructPerStateBytes() local
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | OveruseConfigurationTestUtils.cpp | 109 PerStateBytes perStateBytes; in toPerStateBytes() local 117 const PerStateBytes& perStateBytes) { in toPerStateIoOveruseThreshold() 132 const PerStateBytes& perStateBytes) { in toPerStateIoOveruseThreshold()
|
D | IoOveruseMonitorTest.cpp | 91 PerStateBytes perStateBytes; in constructPerStateBytes() local
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | OveruseConfigurationXmlHelper.cpp | 226 PerStateBytes perStateBytes; in readPerStateBytes() local 510 Result<void> writePerStateBytes(const PerStateBytes& perStateBytes, XMLElement* rootElement) { in writePerStateBytes()
|
D | IoOveruseMonitor.cpp | 128 int64_t totalPerStateBytes(PerStateBytes perStateBytes) { in totalPerStateBytes()
|
/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | OveruseConfigurationXmlHelper.cpp | 226 PerStateBytes perStateBytes; in readPerStateBytes() local 510 Result<void> writePerStateBytes(const PerStateBytes& perStateBytes, XMLElement* rootElement) { in writePerStateBytes()
|
D | IoOveruseMonitor.cpp | 128 int64_t totalPerStateBytes(PerStateBytes perStateBytes) { in totalPerStateBytes()
|