Searched refs:aLockType (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | SessionImpl.h | 72 LockType_T aLockType, 76 LockType_T aLockType,
|
H A D | ConsoleImpl.h | 125 HRESULT init(IMachine *aMachine, IInternalMachineControl *aControl, LockType_T aLockType);
|
H A D | MachineImpl.h | 990 LockType_T aLockType);
|
/vbox/src/VBox/Main/src-client/ |
H A D | SessionImpl.cpp | 284 LockType_T aLockType, 288 LockType_T aLockType, 317 if (aLockType == LockType_VM) 324 rc = mConsole->init(aMachine, mControl, aLockType); 283 assignMachine(const ComPtr<IMachine> &aMachine, LockType_T aLockType, const com::Utf8Str &aTokenId) argument
|
H A D | ConsoleImpl.cpp | 459 HRESULT Console::init(IMachine *aMachine, IInternalMachineControl *aControl, LockType_T aLockType) argument 497 if (aLockType == LockType_VM)
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.h | 262 CSession openSession(const QString &aId, KLockType aLockType = KLockType_Write);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MachineImpl.cpp | 3199 LockType_T aLockType) 3242 && (aLockType == LockType_Shared) // caller wants a shared link to the 3418 rc = pSessionControl->AssignMachine(sessionMachine, aLockType, Bstr(strTokenId).raw()); 3420 rc = pSessionControl->AssignMachine(sessionMachine, aLockType, pToken); 3512 mData->mSession.mLockType = aLockType; 3198 lockMachine(const ComPtr<ISession> &aSession, LockType_T aLockType) argument
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_3.h | 6751 #define IMachine_LockMachine(p, aSession, aLockType) ((p)->lpVtbl->LockMachine(p, aSession, aLockType))
|
Completed in 290 milliseconds