Searched refs:doHealthCheck (Results 1 – 4 of 4) sorted by relevance
49 MOCK_METHOD(void, doHealthCheck, (int), (override));
68 virtual void doHealthCheck(int what) = 0;126 void doHealthCheck(int what) override;
649 void WatchdogProcessService::doHealthCheck(int what) { in doHealthCheck() function in android::automotive::watchdog::WatchdogProcessService1446 kService->doHealthCheck(message.what); in handleMessage()
313 mMainHandler.postAtFrontOfQueue(() -> doHealthCheck(sessionId)); in postHealthCheckMessage()372 private void doHealthCheck(int sessionId) { in doHealthCheck() method in WatchdogProcessHandler