Searched refs:IPC_SendMsg (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionStub.cpp61 IPC_SendMsg(ipcMessage *msg) function
H A DipcConnection.h71 * unsent messages (IPC_SendMsg puts messages on a queue) will be sent to the
79 * IPC_SendMsg
83 * ipcMessage object will be deleted when IPC_SendMsg is done with it. The
84 * caller must not touch |msg| after passing it to IPC_SendMsg.
86 * IPC_SendMsg cannot be called before IPC_Connect or after IPC_Disconnect.
90 IPC_METHOD_PRIVATE IPC_SendMsg(ipcMessage *msg);
H A DipcConnectionWin.cpp300 IPC_SendMsg(ipcMessage *msg) function
302 LOG(("IPC_SendMsg\n"));
H A DipcConnectionUnix.cpp544 IPC_SendMsg(ipcMessage *msg) function
H A Dipcdclient.cpp721 nsresult rv = IPC_SendMsg(msg);
984 rv = IPC_SendMsg(msg);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcCommandModule.cpp110 IPC_SendMsg(client, new ipcmMessageResult(IPCM_GetRequestIndex(rawMsg), IPCM_OK));
118 IPC_SendMsg(client, new ipcmMessageClientID(IPCM_GetRequestIndex(rawMsg), client->ID()));
152 IPC_SendMsg(client, new ipcmMessageResult(requestIndex, status));
174 IPC_SendMsg(client, new ipcmMessageResult(requestIndex, status));
193 IPC_SendMsg(client, new ipcmMessageResult(requestIndex, status));
210 IPC_SendMsg(client, new ipcmMessageResult(requestIndex, status));
225 IPC_SendMsg(client, new ipcmMessageClientID(requestIndex, result->ID()));
229 IPC_SendMsg(client, new ipcmMessageResult(requestIndex, IPCM_ERROR_NO_CLIENT));
245 IPC_SendMsg(client, new ipcmMessageClientInfo(result->ID(),
255 IPC_SendMsg(clien
[all...]
H A Dipcd.h52 PRStatus IPC_SendMsg (ipcClientHandle client, const nsID &target, const void *data, PRUint32 dataLen);
74 PRStatus IPC_SendMsg(ipcClientHandle client, ipcMessage *msg);
H A Dipcd.cpp90 IPC_SendMsg(ipcClient *client, ipcMessage *msg) function
99 IPC_SendMsg(&ipcClients[i], msg->Clone());
127 IPC_SendMsg(&ipcClients[i],
142 IPC_SendMsg(&ipcClients[i],
152 IPC_SendMsg(ipcClient *client, const nsID &target, const void *data, PRUint32 dataLen) function
154 return IPC_SendMsg(client, new ipcMessage(target, (const char *) data, dataLen));
H A DipcModuleReg.cpp105 IPC_SendMsg,
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/
H A DipcModuleUtil.h61 IPC_SendMsg(ipcClientHandle client, const nsID &target, const void *data, PRUint32 dataLen) function
128 IPC_SendMsg(PRUint32 clientID, const nsID &target, const void *data, PRUint32 dataLen) function
133 return IPC_SendMsg(client, target, data, dataLen);
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/module/
H A DTestModule.cpp33 IPC_SendMsg(client, kTestModuleID, buf, sizeof(buf));
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmIPCModule.cpp120 IPC_SendMsg(aDestClientIPCID,
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/
H A DipcLockModule.cpp61 IPC_SendMsg(cid, kLockTargetID, buf, bufLen);

Completed in 47 milliseconds