Home
last modified time | relevance | path

Searched defs:perStateBytes (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DInternalPerStateBytesSubject.java38 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()
DPerStateBytesSubject.java36 public static PerStateBytesSubject assertThat(@Nullable PerStateBytes perStateBytes) { in assertThat()
41 public static Subject.Factory<PerStateBytesSubject, PerStateBytes> perStateBytes() { in perStateBytes() method in PerStateBytesSubject
DWatchdogPerfHandlerUnitTest.java4006 PerformanceDump.PerStateBytes perStateBytes = in testDumpProto() local
5013 android.automotive.watchdog.PerStateBytes perStateBytes = in constructPerStateBytes() local
DCarWatchdogServiceUnitTest.java1102 android.automotive.watchdog.PerStateBytes perStateBytes = in constructPerStateBytes() local
/packages/services/Car/service/src/com/android/car/watchdog/
DOveruseConfigurationCache.java169 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()
DWatchdogPerfHandler.java2511 private static void dumpPerStateBytes(android.automotive.watchdog.PerStateBytes perStateBytes, in dumpPerStateBytes()
2680 PerStateBytes perStateBytes) { in toPerStateIoOveruseThreshold()
2857 PerStateBytes perStateBytes = map.get(oldKey); in replaceKey() local
/packages/services/Car/cpp/watchdog/server/tests/
DOveruseConfigurationTestUtils.cpp109 PerStateBytes perStateBytes; in toPerStateBytes() local
117 const PerStateBytes& perStateBytes) { in toPerStateIoOveruseThreshold()
132 const PerStateBytes& perStateBytes) { in toPerStateIoOveruseThreshold()
DIoOveruseMonitorTest.cpp91 PerStateBytes perStateBytes; in constructPerStateBytes() local
/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp226 PerStateBytes perStateBytes; in readPerStateBytes() local
510 Result<void> writePerStateBytes(const PerStateBytes& perStateBytes, XMLElement* rootElement) { in writePerStateBytes()
DIoOveruseMonitor.cpp128 int64_t totalPerStateBytes(PerStateBytes perStateBytes) { in totalPerStateBytes()