/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 19 import android.automotive.watchdog.ICarWatchdogClient; 42 void registerClient(in ICarWatchdogClient client, in TimeoutLength timeout); in registerClient() 49 void unregisterClient(in ICarWatchdogClient client); in unregisterClient() 59 void registerMediator(in ICarWatchdogClient mediator); in registerMediator() 69 void unregisterMediator(in ICarWatchdogClient mediator); in unregisterMediator() 95 void tellClientAlive(in ICarWatchdogClient client, in int sessionId); in tellClientAlive() 109 in ICarWatchdogClient mediator, in int[] clientsNotResponding, in int sessionId); in tellMediatorAlive()
|
D | ICarWatchdogMonitor.aidl | 19 import android.automotive.watchdog.ICarWatchdogClient;
|
D | ICarWatchdogClient.aidl | 22 oneway interface ICarWatchdogClient { interface
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 21 …void registerClient(in android.automotive.watchdog.ICarWatchdogClient client, in android.automotiv… in registerClient() 22 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient() 23 void registerMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in registerMediator() 24 void unregisterMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in unregisterMediator() 27 void tellClientAlive(in android.automotive.watchdog.ICarWatchdogClient client, in int sessionId); in tellClientAlive() 28 …void tellMediatorAlive(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] client… in tellMediatorAlive()
|
D | ICarWatchdogClient.aidl | 20 interface ICarWatchdogClient { interface
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 21 …void registerClient(in android.automotive.watchdog.ICarWatchdogClient client, in android.automotiv… in registerClient() 22 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient() 23 void registerMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in registerMediator() 24 void unregisterMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in unregisterMediator() 27 void tellClientAlive(in android.automotive.watchdog.ICarWatchdogClient client, in int sessionId); in tellClientAlive() 28 …void tellMediatorAlive(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] client… in tellMediatorAlive()
|
D | ICarWatchdogClient.aidl | 20 interface ICarWatchdogClient { interface
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 37 …void registerClient(in android.automotive.watchdog.ICarWatchdogClient client, in android.automotiv… in registerClient() 38 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient() 42 void registerMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in registerMediator() 46 void unregisterMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in unregisterMediator() 55 void tellClientAlive(in android.automotive.watchdog.ICarWatchdogClient client, in int sessionId); in tellClientAlive() 59 …void tellMediatorAlive(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] client… in tellMediatorAlive()
|
D | ICarWatchdogClient.aidl | 36 interface ICarWatchdogClient { interface
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 37 …void registerClient(in android.automotive.watchdog.ICarWatchdogClient client, in android.automotiv… in registerClient() 38 void unregisterClient(in android.automotive.watchdog.ICarWatchdogClient client); in unregisterClient() 42 void registerMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in registerMediator() 46 void unregisterMediator(in android.automotive.watchdog.ICarWatchdogClient mediator); in unregisterMediator() 55 void tellClientAlive(in android.automotive.watchdog.ICarWatchdogClient client, in int sessionId); in tellClientAlive() 59 …void tellMediatorAlive(in android.automotive.watchdog.ICarWatchdogClient mediator, in int[] client… in tellMediatorAlive()
|
D | ICarWatchdogClient.aidl | 36 interface ICarWatchdogClient { interface
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogBinderMediator.h | 82 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 85 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client) 88 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 104 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& 107 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& 116 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>&
|
D | WatchdogBinderMediator.cpp | 33 using ::aidl::android::automotive::watchdog::ICarWatchdogClient; 152 const std::shared_ptr<ICarWatchdogClient>& client, TimeoutLength timeout) { in registerClient() 160 const std::shared_ptr<ICarWatchdogClient>& client) { in unregisterClient() 168 const std::shared_ptr<ICarWatchdogClient>& client, int32_t sessionId) { in tellClientAlive() 237 const std::shared_ptr<ICarWatchdogClient>& /*mediator*/) { in registerMediator() argument 242 const std::shared_ptr<ICarWatchdogClient>& /*mediator*/) { in unregisterMediator() argument 257 const std::shared_ptr<ICarWatchdogClient>& /*mediator*/, in tellMediatorAlive() argument
|
D | WatchdogProcessService.h | 71 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 74 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& 89 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 129 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 132 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client) 147 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& client, 173 ClientInfo(const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>& in ClientInfo() 207 const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient> kClient;
|
D | WatchdogProcessService.cpp | 55 using ::aidl::android::automotive::watchdog::ICarWatchdogClient; 284 const std::shared_ptr<ICarWatchdogClient>& client, TimeoutLength timeout) { in registerClient() 300 const std::shared_ptr<ICarWatchdogClient>& client) { in unregisterClient() 412 const std::shared_ptr<ICarWatchdogClient>& client, int32_t sessionId) { in tellClientAlive()
|
/packages/services/Car/cpp/watchdog/testclient/src/ |
D | WatchdogClient.cpp | 112 std::shared_ptr<ICarWatchdogClient> testClient; in respondToWatchdog() 153 std::shared_ptr<ICarWatchdogClient> client = ICarWatchdogClient::fromBinder(binder); in registerClient() 173 std::shared_ptr<ICarWatchdogClient> testClient; in unregisterClient()
|
D | WatchdogClient.h | 83 std::shared_ptr<ICarWatchdogClient> mTestClient GUARDED_BY(mMutex);
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | MockWatchdogProcessService.h | 52 (const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>&, 56 (const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>&), 71 (const std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient>&,
|
D | WatchdogBinderMediatorTest.cpp | 37 using ::aidl::android::automotive::watchdog::ICarWatchdogClient; 192 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F() 204 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F() 215 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F()
|
D | WatchdogProcessServiceTest.cpp | 42 using ::aidl::android::automotive::watchdog::ICarWatchdogClient; 405 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F() 418 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F() 436 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F() 446 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F() 565 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F() 811 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F() 829 std::shared_ptr<ICarWatchdogClient> client = SharedRefBase::make<ICarWatchdogClientDefault>(); in TEST_F()
|