Searched defs:SendMsg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmIPCModule.cpp118 tmIPCModule::SendMsg(PRUint32 aDestClientIPCID, tmTransaction *aTransaction) { function in class:tmIPCModule
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/
H A DTestIPC.cpp82 SendMsg(ipcIService *ipc, PRUint32 cID, const nsID &target, const char *data, PRUint32 dataLen, PRBool sync = PR_FALSE) function
162 SendMsg(gIpcServ, aClientID, kTestTargetID, hello, sizeof(hello));
288 SendMsg(ipcServ, 0, kTestTargetID, data, sizeof(data), PR_TRUE);
300 SendMsg(ipcServ, foopyID, kTestTargetID, hello, sizeof(hello));

Completed in 44 milliseconds