Home
last modified time | relevance | path

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

/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md56 | buffToFree | void* | Points to IPC memory to be freed (a previously received message which …
61 - buffToFree must point at the message being replied to and the **BUFF_FREE** flag must be set.
62 - The outMsg recipient (target.handle) must match the buffToFree sender (taskID).
63 - The outMsg and buffToFree timestamps must match.
64 …- buffToFree must be a **MT_REQUEST** type message and cannot be marked as **LITEIPC_FLAG_ONEWAY**.
65 - buffToFree must be addressed to a service of the current process.
70 …emory used by the buffToFree message so it can be used again later for receiving messages. Return…
75 …re was an error in **SEND**. Error checking on buffToFree occurs before **SEND**, an error in buf…
147 content.buffToFree = content.inMsg;
178 content.buffToFree = content.inMsg;
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h74 void *buffToFree; member
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c137 .buffToFree = buffer in IpcFreeBuffer()
218 .buffToFree = ipcMsg in SendReply()
255 .buffToFree = ipcMsg in SendFailedReply()