Searched refs:IPC_SEND_RECV_MSG (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/ |
H A D | ipc_invoker.c | 139 return ioctl(g_connector->fd, IPC_SEND_RECV_MSG, &content); in IpcFreeBuffer() 221 ret = ioctl(g_connector->fd, IPC_SEND_RECV_MSG, &content); in SendReply() 258 ret = ioctl(g_connector->fd, IPC_SEND_RECV_MSG, &content); in SendFailedReply() 377 int32_t ret = ioctl(g_connector->fd, IPC_SEND_RECV_MSG, &content); in CallbackDispatchLoop() 486 int32_t ret = ioctl(g_connector->fd, IPC_SEND_RECV_MSG, &content); in IpcJoinThreadLoop() 588 ret = ioctl(g_connector->fd, IPC_SEND_RECV_MSG, &content); in IpcSendRequest()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/ |
H A D | lite_ipc.h | 86 #define IPC_SEND_RECV_MSG _IOWR(IPC_IOC_MAGIC, 4, IpcContent) macro
|
/ohos5.0/docs/en/readme/ |
H A D | liteipc_driver.md | 48 `IPC_SEND_RECV_MSG` is the primary request which provides the ability to send and receive IpcMsg me… 79 IPC_SEND_RECV_MSG and IPC_SET_IPC_THREAD both return with error **EINVAL** if the CMS has not been … 125 if (ioctl(fd, IPC_SEND_RECV_MSG, &content) < 0) { 165 if (ioctl(fd, IPC_SEND_RECV_MSG, &content) < 0) { 174 ioctl(fd, IPC_SEND_RECV_MSG, &content); 179 ioctl(fd, IPC_SEND_RECV_MSG, &content);
|