Searched refs:MT_DEATH_NOTIFY (Results 1 – 3 of 3) sorted by relevance
63 typedef enum { MT_REQUEST, MT_REPLY, MT_FAILED_REPLY, MT_DEATH_NOTIFY } MsgType; enumerator
113 MT_DEATH_NOTIFY, enumerator
573 content.outMsg->type = MT_DEATH_NOTIFY; in SendDeathMsg()1021 case MT_DEATH_NOTIFY: in CheckPara()1131 case MT_DEATH_NOTIFY: in CheckReceivedMsg()1237 if ((content->outMsg->type < 0) || (content->outMsg->type >= MT_DEATH_NOTIFY)) { in LiteIpcMsgHandle()