Lines Matching refs:session
96 /* open a session for the VM - new or existing */
97 CHECK_ERROR_RET(machine, LockMachine(a->session, LockType_Shared), 1);
99 /* get the mutable session machine */
100 a->session->COMGETTER(Machine)(machine.asOutParam());
157 /* open a session for the VM - new or existing */
158 CHECK_ERROR_RET(machine, LockMachine(a->session, LockType_Shared), 1);
160 /* get the mutable session machine */
161 a->session->COMGETTER(Machine)(machine.asOutParam());
174 a->session->UnlockMachine();
201 /* open a session for the VM - new or existing */
202 CHECK_ERROR_RET(machine, LockMachine(a->session, LockType_Shared), 1);
204 /* get the mutable session machine */
205 a->session->COMGETTER(Machine)(machine.asOutParam());
212 a->session->UnlockMachine();
252 /* open a session for the VM - new or existing */
253 CHECK_ERROR_RET(machine, LockMachine(a->session, LockType_Shared), 1);
255 /* get the mutable session machine */
256 a->session->COMGETTER(Machine)(machine.asOutParam());