Searched refs:gIpcServ (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/
H A DTestDConnect.cpp70 static ipcIService *gIpcServ = nsnull; variable
235 NS_ADDREF(gIpcServ = ipcServ);
244 gIpcServ->AddName("DConnectServer");
254 NS_RELEASE(gIpcServ);
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/
H A DTestIPC.cpp78 static ipcIService *gIpcServ = nsnull; variable
162 SendMsg(gIpcServ, aClientID, kTestTargetID, hello, sizeof(hello));
218 NS_ADDREF(gIpcServ = ipcServ);
222 gIpcServ->AddName(argv[1]);
322 NS_RELEASE(gIpcServ);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/test/
H A DtmModuleTest.cpp87 static ipcIService *gIpcServ = nsnull; variable
212 NS_ADDREF(gIpcServ = ipcServ);
303 NS_RELEASE(gIpcServ);
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp576 static ipcIService *gIpcServ = nsnull; variable
879 NS_ADDREF(gIpcServ = ipcServ);
883 rc = gIpcServ->AddName(VBOXSVC_IPC_NAME);
892 NS_RELEASE(gIpcServ);
982 gIpcServ->RemoveName(VBOXSVC_IPC_NAME);
993 NS_IF_RELEASE(gIpcServ);

Completed in 47 milliseconds