Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/extended/liteipc/
Dliteipc.h63 typedef enum { MT_REQUEST, MT_REPLY, MT_FAILED_REPLY, MT_DEATH_NOTIFY } MsgType; enumerator
/kernel/liteos_a/kernel/extended/liteipc/
Dhm_liteipc.h113 MT_DEATH_NOTIFY, enumerator
Dhm_liteipc.c573 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()