/packages/services/Car/tests/CarWatchdogLibUnitTest/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelperTest.java | 39 import android.automotive.watchdog.internal.ICarWatchdogServiceForSystem; 137 ICarWatchdogServiceForSystem service = new ICarWatchdogServiceForSystem.Default(); in testIndirectCall_RegisterUnregisterMediator() 163 ICarWatchdogServiceForSystem service = new ICarWatchdogServiceForSystem.Default(); in testIndirectCall_TellCarWatchdogServiceAlive() 236 ICarWatchdogServiceForSystem service = new ICarWatchdogServiceForSystemImpl(); in testMultipleRegistration() 250 ICarWatchdogServiceForSystem service = new ICarWatchdogServiceForSystemImpl(); in testInvalidUnregistration() 337 private final ArrayList<ICarWatchdogServiceForSystem> mServices = new ArrayList<>(); 341 ICarWatchdogServiceForSystem service) throws RemoteException { in registerCarWatchdogService() 342 for (ICarWatchdogServiceForSystem curService : mServices) { in registerCarWatchdogService() 352 ICarWatchdogServiceForSystem service) throws RemoteException { in unregisterCarWatchdogService() 353 for (ICarWatchdogServiceForSystem curService : mServices) { in unregisterCarWatchdogService() [all …]
|
/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | WatchdogServiceHelper.cpp | 31 using ::aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem; 79 const std::shared_ptr<ICarWatchdogServiceForSystem>& service) { in registerService() 125 const std::shared_ptr<ICarWatchdogServiceForSystem>& service) { in unregisterService() 166 std::shared_ptr<ICarWatchdogServiceForSystem> service; in checkIfAlive() 182 std::shared_ptr<ICarWatchdogServiceForSystem> service; in prepareProcessTermination() 234 std::shared_ptr<ICarWatchdogServiceForSystem> service; in getPackageInfosForUids() 250 std::shared_ptr<ICarWatchdogServiceForSystem> service; in resetResourceOveruseStats() 261 std::shared_ptr<ICarWatchdogServiceForSystem> service; in requestTodayIoUsageStats() 273 std::shared_ptr<ICarWatchdogServiceForSystem> service; in onLatestResourceStats() 284 std::shared_ptr<ICarWatchdogServiceForSystem> service; in requestAidlVhalPid()
|
D | WatchdogServiceHelper.h | 54 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 58 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 101 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 105 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 139 std::shared_ptr<aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>
|
D | WatchdogInternalHandler.h | 78 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 82 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 94 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
|
D | WatchdogInternalHandler.cpp | 39 using ::aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem; 236 const std::shared_ptr<ICarWatchdogServiceForSystem>& service) { in registerCarWatchdogService() 258 const std::shared_ptr<ICarWatchdogServiceForSystem>& service) { in unregisterCarWatchdogService() 292 const std::shared_ptr<ICarWatchdogServiceForSystem>& service, in tellCarWatchdogServiceAlive()
|
D | WatchdogProcessService.h | 96 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 159 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogServiceHelper.cpp | 31 using ::aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem; 79 const std::shared_ptr<ICarWatchdogServiceForSystem>& service) { in registerService() 125 const std::shared_ptr<ICarWatchdogServiceForSystem>& service) { in unregisterService() 166 std::shared_ptr<ICarWatchdogServiceForSystem> service; in checkIfAlive() 182 std::shared_ptr<ICarWatchdogServiceForSystem> service; in prepareProcessTermination() 234 std::shared_ptr<ICarWatchdogServiceForSystem> service; in getPackageInfosForUids() 250 std::shared_ptr<ICarWatchdogServiceForSystem> service; in resetResourceOveruseStats() 261 std::shared_ptr<ICarWatchdogServiceForSystem> service; in requestTodayIoUsageStats() 273 std::shared_ptr<ICarWatchdogServiceForSystem> service; in onLatestResourceStats() 284 std::shared_ptr<ICarWatchdogServiceForSystem> service; in requestAidlVhalPid()
|
D | WatchdogServiceHelper.h | 54 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 58 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 101 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 105 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 139 std::shared_ptr<aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>
|
D | WatchdogInternalHandler.h | 78 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 82 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 94 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
|
D | WatchdogInternalHandler.cpp | 39 using ::aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem; 236 const std::shared_ptr<ICarWatchdogServiceForSystem>& service) { in registerCarWatchdogService() 258 const std::shared_ptr<ICarWatchdogServiceForSystem>& service) { in unregisterCarWatchdogService() 292 const std::shared_ptr<ICarWatchdogServiceForSystem>& service, in tellCarWatchdogServiceAlive()
|
D | WatchdogProcessService.h | 96 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>& 159 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 21 import android.automotive.watchdog.internal.ICarWatchdogServiceForSystem; 50 void registerCarWatchdogService(in ICarWatchdogServiceForSystem service); in registerCarWatchdogService() 58 void unregisterCarWatchdogService(in ICarWatchdogServiceForSystem service); in unregisterCarWatchdogService() 86 void tellCarWatchdogServiceAlive(in ICarWatchdogServiceForSystem service, in tellCarWatchdogServiceAlive()
|
D | ICarWatchdogServiceForSystem.aidl | 31 interface ICarWatchdogServiceForSystem { interface
|
/packages/services/Car/cpp/watchdog/stable_server/tests/ |
D | MockWatchdogInternalHandler.h | 37 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&), 42 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&), 55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&,
|
D | WatchdogInternalHandlerTest.cpp | 50 using ::aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem; 266 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 279 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 289 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 302 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 314 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 325 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 383 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 402 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F()
|
D | MockWatchdogServiceHelper.h | 50 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&), 55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
|
D | MockWatchdogProcessService.h | 76 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&,
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | MockWatchdogInternalHandler.h | 37 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&), 42 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&), 55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&,
|
D | WatchdogInternalHandlerTest.cpp | 50 using ::aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem; 266 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 279 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 289 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 302 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 314 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 325 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 383 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F() 402 std::shared_ptr<ICarWatchdogServiceForSystem> service = in TEST_F()
|
D | MockWatchdogServiceHelper.h | 50 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&), 55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
|
D | MockWatchdogProcessService.h | 76 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&,
|
/packages/services/Car/libs/car-watchdog-lib/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelper.java | 23 import android.automotive.watchdog.internal.ICarWatchdogServiceForSystem; 168 ICarWatchdogServiceForSystem service) throws RemoteException { in registerCarWatchdogService() 181 ICarWatchdogServiceForSystem service) throws RemoteException { in unregisterCarWatchdogService() 221 ICarWatchdogServiceForSystem service, List<ProcessIdentifier> clientsNotResponding, in tellCarWatchdogServiceAlive()
|
/packages/services/Car/tests/CarServiceTest/src/com/android/car/watchdog/ |
D | CarWatchdogServiceTest.java | 37 import android.automotive.watchdog.internal.ICarWatchdogServiceForSystem; 130 private ICarWatchdogServiceForSystem mWatchdogServiceForSystemImpl; 283 private ICarWatchdogServiceForSystem registerCarWatchdogService() throws Exception { in registerCarWatchdogService() 284 ArgumentCaptor<ICarWatchdogServiceForSystem> watchdogServiceForSystemImplCaptor = in registerCarWatchdogService() 285 ArgumentCaptor.forClass(ICarWatchdogServiceForSystem.class); in registerCarWatchdogService()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogProcessHandler.java | 29 import android.automotive.watchdog.internal.ICarWatchdogServiceForSystem; 67 private final ICarWatchdogServiceForSystem mWatchdogServiceForSystem; 105 public WatchdogProcessHandler(ICarWatchdogServiceForSystem serviceImpl, in WatchdogProcessHandler()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | WatchdogProcessHandlerUnitTest.java | 38 import android.automotive.watchdog.internal.ICarWatchdogServiceForSystem; 87 private ICarWatchdogServiceForSystem mWatchdogServiceForSystemImpl;
|