Home
last modified time | relevance | path

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

/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md53 …d. It is the bitwise-or of one or more of the following flags **SEND**, **RECV**, **BUFF_FREE**. |
61 - buffToFree must point at the message being replied to and the **BUFF_FREE** flag must be set.
70 - The **BUFF_FREE** flag indicates a request to free the memory used by the buffToFree message so i…
75 …st the operations are processed in the order **SEND**->**BUFF_FREE**->**RECV** with **BUFF_FREE** …
146 content.flag = SEND | BUFF_FREE;
177 content.flag = BUFF_FREE;
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h68 #define BUFF_FREE (1 << 2) macro
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c136 .flag = BUFF_FREE, in IpcFreeBuffer()
216 .flag = SEND | BUFF_FREE, in SendReply()
253 .flag = SEND | BUFF_FREE, in SendFailedReply()