Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c325 case MT_REQUEST: in CallbackBatchHandler()
391 case MT_REQUEST: in CallbackDispatchLoop()
413 if ((ipcMsg->type == MT_REQUEST) && (ipcMsg->flag == TF_OP_SYNC)) { in CallbackDispatchLoop()
573 .type = MT_REQUEST, in IpcSendRequest()
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md23 | type | MsgType | The message's type. It can be one of the following values **MT_REQUEST
59 …- Sending a message with type **MT_REQUEST** returns with error **EACCES** if the task doesn't hav…
64 …- buffToFree must be a **MT_REQUEST** type message and cannot be marked as **LITEIPC_FLAG_ONEWAY**.
72 …. Returns with error **ETIME** on timeout. Messages with a type of **MT_REQUEST** and **MT_REPLY…
73 …- If the **SEND** flag is not set, the task will sleep until a message with type **MT_REQUEST** or…
111 .type = MT_REQUEST,
148 msg.type = MT_REQUEST;
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h31 MT_REQUEST, enumerator