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

/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.cpp34 m_pDbgStats(NULL), m_pDbgConsole(NULL), m_pSession(NULL), m_pConsole(NULL),
62 m_pSession = pSession;
63 m_pSession->AddRef();
65 HRESULT hrc = m_pSession->COMGETTER(Machine)(&m_pMachine);
68 hrc = m_pSession->COMGETTER(Console)(&m_pConsole);
136 if (m_pSession)
138 m_pSession->Release();
139 m_pSession = NULL;
H A DVBoxDbgGui.h156 ISession *m_pSession; member in class:VBoxDbgGui
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIAbstractDockIconPreview.cpp58 : m_pSession(pSession)
80 UIMachineView* pView = m_pSession->machineLogic()->dockPreviewView();
126 if ( m_pSession->machineState() == KMachineState_Paused
127 || m_pSession->machineState() == KMachineState_TeleportingPausedVM)
129 else if ( m_pSession->machineState() == KMachineState_Restoring
130 || m_pSession->machineState() == KMachineState_TeleportingIn)
132 else if ( m_pSession->machineState() == KMachineState_Saving
133 || m_pSession->machineState() == KMachineState_LiveSnapshotting)
H A DUIAbstractDockIconPreview.h62 UISession *m_pSession; member in class:UIAbstractDockIconPreviewHelper
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.h59 UISession *uisession() const { return m_pSession; }
104 UISession *m_pSession; member in class:UIMachine
H A DUIIndicatorsPool.cpp71 UISessionStateStatusBarIndicator(UISession *pSession) : m_pSession(pSession) {}
79 UISession *m_pSession; member in class:UISessionStateStatusBarIndicator
114 const CMachine machine = m_pSession->machine();
187 const CMachine machine = m_pSession->machine();
264 const CMachine machine = m_pSession->machine();
328 connect(m_pSession, SIGNAL(sigMachineStateChange()),
332 const CMachine machine = m_pSession->machine();
352 if (m_pSession->machineState() == KMachineState_Running)
380 const CMachine machine = m_pSession->machine();
495 const CMachine machine = m_pSession
[all...]
H A DUIConsoleEventHandler.cpp85 winId = (ULONG64)m_pSession->winId();
90 : m_pSession(pSession)
97 AssertPtrReturnVoid(m_pSession);
106 const CConsole console = m_pSession->session().GetConsole();
198 const CConsole console = m_pSession->session().GetConsole();
H A DUIMachine.cpp145 UIMachineLogic *pMachineLogic = UIMachineLogic::create(this, m_pSession, visualState);
184 , m_pSession(0)
224 if (!UISession::create(m_pSession, this))
291 UISession::destroy(m_pSession);
H A DUIConsoleEventHandler.h103 UISession *m_pSession; member in class:UIConsoleEventHandler
H A DUIIndicatorsPool.h107 UISession *m_pSession; member in class:UIIndicatorsPool
H A DUIActionPoolRuntime.h147 UISession* uisession() const { return m_pSession; }
275 UISession *m_pSession; member in class:UIActionPoolRuntime
H A DUIMachineLogic.h89 UISession* uisession() const { return m_pSession; }
346 UISession *m_pSession; member in class:UIMachineLogic
H A DUIActionPoolRuntime.cpp1824 , m_pSession(0)
1831 m_pSession = pSession;
H A DUIMachineLogic.cpp745 , m_pSession(pSession)
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp153 PVBOXGUESTSESSION m_pSession; /**< The session. */ member in class:org_virtualbox_VBoxGuestClient
993 m_pSession = NULL;
1017 Assert(!m_pSession);
1022 int rc = VbgdCommonCreateUserSession(&g_DevExt, &m_pSession);
1025 m_pSession->fOpened = false;
1032 unsigned iHash = SESSION_HASH(m_pSession->Process);
1036 if (pCur && pCur->Process != m_pSession->Process)
1039 while (pCur && pCur->Process != m_pSession->Process);
1043 m_pSession->pNextHash = g_apSessionHashTab[iHash];
1044 g_apSessionHashTab[iHash] = m_pSession;
[all...]
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp79 m_pSession(NIL_RTR0PTR),
103 PSUPDRVSESSION m_pSession; member in struct:VBoxNetBaseService::Data
181 CloseReq.pSession = m->m_pSession;
188 if (m->m_pSession != NIL_RTR0PTR)
191 m->m_pSession = NIL_RTR0PTR;
364 int rc = SUPR3Init(&m->m_pSession);
367 m->m_pSession = NIL_RTR0PTR;
394 OpenReq.pSession = m->m_pSession;
424 GetBufferPtrsReq.pSession = m->m_pSession;
445 ActiveReq.pSession = m->m_pSession;
[all...]
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp153 PSUPDRVSESSION m_pSession; /**< The session. */ member in class:org_virtualbox_SupDrvClient
1485 m_pSession = NULL;
1509 Assert(!m_pSession);
1514 int rc = supdrvCreateSession(&g_DevExt, true /* fUser */, false /*fUnrestricted*/, &m_pSession);
1517 m_pSession->fOpened = false;
1524 unsigned iHash = SESSION_HASH(m_pSession->Process);
1528 while (pCur && pCur->Process != m_pSession->Process)
1532 m_pSession->pNextHash = g_apSessionHashTab[iHash];
1533 g_apSessionHashTab[iHash] = m_pSession;
1534 m_pSession
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp978 rc = VBoxNetUDPUnicast(m_pSession,

Completed in 66 milliseconds