Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp103 const int32_t MSG_VHAL_HEALTH_CHECK = MSG_VHAL_WATCHDOG_ALIVE + 1; variable
104 const int32_t MSG_CACHE_VHAL_PROCESS_IDENTIFIER = MSG_VHAL_HEALTH_CHECK + 1;
466 mHandlerLooper->removeMessages(mMessageHandler, MSG_VHAL_HEALTH_CHECK); in setEnabled()
475 Message(MSG_VHAL_HEALTH_CHECK)); in setEnabled()
730 mHandlerLooper->removeMessages(mMessageHandler, MSG_VHAL_HEALTH_CHECK); in terminate()
990 mHandlerLooper->removeMessages(mMessageHandler, MSG_VHAL_HEALTH_CHECK); in handleVhalDeath()
1156 Message(MSG_VHAL_HEALTH_CHECK)); in subscribeToVhalHeartBeat()
1291 Message(MSG_VHAL_HEALTH_CHECK)); in updateVhalHeartBeat()
1451 case MSG_VHAL_HEALTH_CHECK: in handleMessage()