Home
last modified time | relevance | path

Searched refs:MT_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.h32 MT_REPLY, enumerator
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md23 …essage's type. It can be one of the following values **MT_REQUEST**, **MT_REPLY**, **MT_FAILED_RE…
60 …- Sending a message with type **MT_REPLY** or **MT_FAILED_REPLY** returns with error **EINVAL** if…
72MT_REPLY** or **MT_FAILED_REPLY** type messages which don't match outMsg (matching timestamp or ma…
73 …and removes the message from its list of received messages. Discards **MT_REPLY** or **MT_FAILED_…
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c205 .type = MT_REPLY, in SendReply()