Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h33 MT_FAILED_REPLY, enumerator
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md23 …t can be one of the following values **MT_REQUEST**, **MT_REPLY**, **MT_FAILED_REPLY**, **MT_DEATH…
60 …- Sending a message with type **MT_REPLY** or **MT_FAILED_REPLY** returns with error **EINVAL** if…
72MT_FAILED_REPLY** type messages which don't match outMsg (matching timestamp or matching code and …
73 …sage from its list of received messages. Discards **MT_REPLY** or **MT_FAILED_REPLY** type messag…
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c242 .type = MT_FAILED_REPLY, in SendFailedReply()