Searched refs:tmIPCModule (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmIPCModule.cpp38 #include "tmIPCModule.h"
49 tmIPCModule::Init,
50 tmIPCModule::Shutdown,
51 tmIPCModule::HandleMsg
66 tmTransactionManager *tmIPCModule::tm;
72 tmIPCModule::Init() {
78 tmIPCModule::Shutdown() {
87 tmIPCModule::HandleMsg(ipcClientHandle client, const nsID &target,
114 // tmIPCModule API
118 tmIPCModule
[all...]
H A DtmIPCModule.h58 class tmIPCModule class
85 // tmIPCModule API - called from tmTransactionManager
H A DtmTransactionManager.h44 #include "tmIPCModule.h"
53 * it through the tmIPCModule) that ultimately come from a Transaction
84 * Called from the tmIPCModule. Decide where to send the message and
95 tmIPCModule::SendMsg(aDestClientIPCID, aTrans);

Completed in 55 milliseconds