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 D | ipc_invoker.c | 189 if (ipcMsg == NULL) { in SendReply() 207 .code = ipcMsg->code, in SendReply() 208 .flag = ipcMsg->flag, in SendReply() 218 .buffToFree = ipcMsg in SendReply() 231 if (ipcMsg == NULL) { in SendFailedReply() 244 .code = ipcMsg->code, in SendFailedReply() 245 .flag = ipcMsg->flag, in SendFailedReply() 255 .buffToFree = ipcMsg in SendFailedReply() 321 switch (ipcMsg->type) { in CallbackBatchHandler() 387 switch (ipcMsg->type) { in CallbackDispatchLoop() [all …]
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint.c | 394 if (argv == NULL || ipcMsg == NULL) { in Dispatch() 400 GetToken(ipcMsg, &token); in Dispatch() 415 request.data = ipcMsg; in Dispatch() 417 GetCode(ipcMsg, &request.msgValue); in Dispatch() 431 if (ipcMsg != NULL) { in Dispatch() 439 void *ipcMsg = (void *)request->data; in HandleIpc() local 442 if (ipcMsg == NULL) { in HandleIpc() 452 uid_t uid = GetCallingUid(ipcMsg); in HandleIpc() 462 IpcIoInitFromMsg(&req, ipcMsg); in HandleIpc() 468 GetFlag(ipcMsg, &flag); in HandleIpc() [all …]
|
H A D | default_client.c | 54 static int OnServiceExit(const IpcContext *context, void *ipcMsg, IpcIo *data, void *argv); 204 static int OnServiceExit(const IpcContext *context, void *ipcMsg, IpcIo *data, void *argv) in OnServiceExit() argument 216 if (ipcMsg != NULL) { in OnServiceExit() 217 FreeBuffer(header->context, ipcMsg); in OnServiceExit()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.c | 53 static int OnEndpointExit(const IpcContext *context, void* ipcMsg, IpcIo* data, void* argv); 518 static int OnEndpointExit(const IpcContext *context, void* ipcMsg, IpcIo* data, void* argv) in OnEndpointExit() argument 521 if (ipcMsg != NULL) { in OnEndpointExit() 522 FreeBuffer(context, ipcMsg); in OnEndpointExit()
|