Home
last modified time | relevance | path

Searched refs:IpcMsg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c185 static void SendReply(IpcMsg *ipcMsg, IpcIo *reply) in SendReply()
204 IpcMsg out = { in SendReply()
227 static void SendFailedReply(IpcMsg *ipcMsg) in SendFailedReply()
241 IpcMsg out = { in SendFailedReply()
265 static void CallDeathCallback(IpcMsg *ipcMsg) in CallDeathCallback()
320 IpcMsg *ipcMsg = (IpcMsg *)hdlerArg->msg; in CallbackBatchHandler()
335 static void GetDeathCallback(IpcMsg* msg, HdlerArg* arg) in GetDeathCallback()
346 static void GetIpcCallback(IpcMsg* msg, HdlerArg* arg) in GetIpcCallback()
386 IpcMsg *ipcMsg = content.inMsg; in CallbackDispatchLoop()
491 IpcMsg *ipcMsg = content.inMsg; in IpcJoinThreadLoop()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h64 } IpcMsg; typedef
72 IpcMsg *outMsg; /**< data to send to target */
73 IpcMsg *inMsg; /**< data reply by target */
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md20 The IpcMsg structure is the basic unit of transaction for LiteIPC.
48 `IPC_SEND_RECV_MSG` is the primary request which provides the ability to send and receive IpcMsg me…
54 | outMsg | IpcMsg* | Points to a message to be sent. |
55 | inMsg | IpcMsg* | Points to a message that has been received. |
84 …a message sent to the CMS. Sending a message whose total size including IpcMsg data structure, da…
110 IpcMsg msg = {
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c174 IpcMsg* data = (IpcMsg*)origin; in ProcEndpoint()