Home
last modified time | relevance | path

Searched refs:ICarWatchdogClient (Results 1 – 20 of 20) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl19 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()
DICarWatchdogMonitor.aidl19 import android.automotive.watchdog.ICarWatchdogClient;
DICarWatchdogClient.aidl22 oneway interface ICarWatchdogClient { interface
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/
DICarWatchdog.aidl21 …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()
DICarWatchdogClient.aidl20 interface ICarWatchdogClient { interface
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/
DICarWatchdog.aidl21 …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()
DICarWatchdogClient.aidl20 interface ICarWatchdogClient { interface
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DICarWatchdog.aidl37 …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()
DICarWatchdogClient.aidl36 interface ICarWatchdogClient { interface
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DICarWatchdog.aidl37 …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()
DICarWatchdogClient.aidl36 interface ICarWatchdogClient { interface
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.h82 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>&
DWatchdogBinderMediator.cpp33 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
DWatchdogProcessService.h71 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;
DWatchdogProcessService.cpp55 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/
DWatchdogClient.cpp112 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()
DWatchdogClient.h83 std::shared_ptr<ICarWatchdogClient> mTestClient GUARDED_BY(mMutex);
/packages/services/Car/cpp/watchdog/server/tests/
DMockWatchdogProcessService.h52 (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>&,
DWatchdogBinderMediatorTest.cpp37 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()
DWatchdogProcessServiceTest.cpp42 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()