Home
last modified time | relevance | path

Searched defs:resourceOveruseStats (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DIResourceOveruseListener.aidl37 oneway void onOveruse(in android.automotive.watchdog.ResourceOveruseStats resourceOveruseStats); in onOveruse()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DIResourceOveruseListener.aidl34 void onOveruse(in ResourceOveruseStats resourceOveruseStats); in onOveruse()
/packages/services/Car/car-lib/src/android/car/watchdog/
DIResourceOveruseListener.aidl23 void onOveruse(in ResourceOveruseStats resourceOveruseStats); in onOveruse()
DCarWatchdogManager.java466 void onOveruse(@NonNull ResourceOveruseStats resourceOveruseStats); in onOveruse()
884 private void onResourceOveruse(ResourceOveruseStats resourceOveruseStats, boolean isSystem) { in onResourceOveruse()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DIResourceOveruseListener.aidl37 oneway void onOveruse(in android.automotive.watchdog.ResourceOveruseStats resourceOveruseStats); in onOveruse()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DResourceOveruseConfigurationSubject.java49 Iterable<ResourceOveruseConfiguration>> resourceOveruseStats() { in resourceOveruseStats() method in ResourceOveruseConfigurationSubject
DResourceOveruseStatsSubject.java46 resourceOveruseStats() { in resourceOveruseStats() method in ResourceOveruseStatsSubject
DPackageKillableStateSubject.java47 Iterable<PackageKillableState>> resourceOveruseStats() { in resourceOveruseStats() method in PackageKillableStateSubject
DIoOveruseConfigurationSubject.java69 Iterable<IoOveruseConfiguration>> resourceOveruseStats() { in resourceOveruseStats() method in IoOveruseConfigurationSubject
DInternalResourceOveruseConfigurationSubject.java64 Iterable<ResourceOveruseConfiguration>> resourceOveruseStats() { in resourceOveruseStats() method in InternalResourceOveruseConfigurationSubject
DInternalIoOveruseConfigurationSubject.java53 Iterable<IoOveruseConfiguration>> resourceOveruseStats() { in resourceOveruseStats() method in InternalIoOveruseConfigurationSubject
/packages/services/Car/cpp/watchdog/vts/
DVtsAidlWatchdogTargetTest.cpp211 std::vector<ResourceOveruseStats> resourceOveruseStats; in TEST_P() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java305 public void onOveruse(@NonNull ResourceOveruseStats resourceOveruseStats) { in onOveruse()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java533 ResourceOveruseStats resourceOveruseStats = in latestIoOveruseStats() local
642 ResourceOveruseStats resourceOveruseStats) { in notifyResourceOveruseStatsLocked()
1323 ResourceOveruseStats resourceOveruseStats) { in notifyListener()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp267 std::vector<ResourceOveruseStats>* resourceOveruseStats) { in getResourceOveruseStats()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogBinderMediatorTest.cpp65 std::string toString(const std::vector<ResourceOveruseStats>& resourceOveruseStats) { in toString()