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/
H A Dliteipc.h63 typedef enum { MT_REQUEST, MT_REPLY, MT_FAILED_REPLY, MT_DEATH_NOTIFY } MsgType; enumerator
/kernel/liteos_a/kernel/extended/liteipc/
H A Dhm_liteipc.h113 MT_DEATH_NOTIFY, enumerator
H A Dhm_liteipc.c574 content.outMsg->type = MT_DEATH_NOTIFY; in SendDeathMsg()
1025 case MT_DEATH_NOTIFY: in CheckPara()
1135 case MT_DEATH_NOTIFY: in CheckReceivedMsg()
1241 if ((content->outMsg->type < 0) || (content->outMsg->type >= MT_DEATH_NOTIFY)) { in LiteIpcMsgHandle()

Completed in 4 milliseconds