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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLocalIpc.cpp92 RTLOCALIPCSESSION ipcSession; local
93 RTTEST_CHECK_RC_BREAK(hTest, RTLocalIpcServerListen(ipcServer, &ipcSession), VERR_CANCELLED);
120 RTLOCALIPCSESSION ipcSession; local
121 rc = RTLocalIpcServerListen(pCtx->hServer, &ipcSession);
200 RTLOCALIPCSESSION ipcSession;
201 rc = RTLocalIpcServerListen(ipcServer, &ipcSession);
227 RTLOCALIPCSESSION ipcSession; local
228 rc = RTLocalIpcServerListen(pCtx->hServer, &ipcSession);
233 rc = RTLocalIpcSessionClose(ipcSession);
620 RTLOCALIPCSESSION ipcSession; local
[all...]

Completed in 43 milliseconds