Home
last modified time | relevance | path

Searched refs:ICarWatchdogServiceForSystem (Results 1 – 25 of 31) sorted by relevance

12

/packages/services/Car/tests/CarWatchdogLibUnitTest/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java39 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/
DWatchdogServiceHelper.cpp31 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()
DWatchdogServiceHelper.h54 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>
DWatchdogInternalHandler.h78 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
82 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
94 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
DWatchdogInternalHandler.cpp39 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()
DWatchdogProcessService.h96 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
159 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp31 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()
DWatchdogServiceHelper.h54 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>
DWatchdogInternalHandler.h78 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
82 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
94 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
DWatchdogInternalHandler.cpp39 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()
DWatchdogProcessService.h96 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
159 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdog.aidl21 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()
DICarWatchdogServiceForSystem.aidl31 interface ICarWatchdogServiceForSystem { interface
/packages/services/Car/cpp/watchdog/stable_server/tests/
DMockWatchdogInternalHandler.h37 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
42 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&,
DWatchdogInternalHandlerTest.cpp50 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()
DMockWatchdogServiceHelper.h50 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
DMockWatchdogProcessService.h76 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&,
/packages/services/Car/cpp/watchdog/server/tests/
DMockWatchdogInternalHandler.h37 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
42 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&,
DWatchdogInternalHandlerTest.cpp50 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()
DMockWatchdogServiceHelper.h50 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
55 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&),
DMockWatchdogProcessService.h76 aidl::android::automotive::watchdog::internal::ICarWatchdogServiceForSystem>&,
/packages/services/Car/libs/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java23 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/
DCarWatchdogServiceTest.java37 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/
DWatchdogProcessHandler.java29 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/
DWatchdogProcessHandlerUnitTest.java38 import android.automotive.watchdog.internal.ICarWatchdogServiceForSystem;
87 private ICarWatchdogServiceForSystem mWatchdogServiceForSystemImpl;

12