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

/vbox/src/VBox/Main/webservice/samples/php/
H A Dclienttest.php53 $session = $websessionManager->getSessionObject($virtualbox->handle);
/vbox/src/VBox/Main/webservice/samples/python/
H A Dclienttest.py82 session = mgr.getSessionObject(vbox)
/vbox/src/VBox/Main/glue/tests/
H A DTestVBox.java138 ISession session = mgr.getSessionObject();
157 ISession session1 = mgr1.getSessionObject();
158 ISession session2 = mgr2.getSessionObject();
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py261 def getSessionObject(self, oIVBox): member in class:PlatformBase
536 def getSessionObject(self, oIVBox): member in class:PlatformMSCOM
741 def getSessionObject(self, oIVBox): member in class:PlatformXPCOM
865 def getSessionObject(self, oIVBox): member in class:PlatformWEBSERVICE
866 return self.wsmgr.getSessionObject(oIVBox)
1023 only one method called getSessionObject. It moved into this class.
1034 def getSessionObject(self, oIVBox): member in class:VirtualBoxManager
1035 """ See PlatformBase::getSessionObject(). """
1036 return self.platform.getSessionObject(oIVBox)
1091 oSession = self.getSessionObject(sel
[all...]
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dclienttest.java94 ISession session = mgr.getSessionObject(vbox);
201 oSession = mgr.getSessionObject(vbox);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py265 session = ctx['global'].getSessionObject(vbox)
698 session = ctx['global'].getSessionObject(vbox)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py2366 or (self.fpApiVer == 4.3 and not hasattr(self.oVBoxMgr, 'getSessionObject')):
2367 oSession = self.oVBoxMgr.mgr.getSessionObject(self.oVBox); # pylint: disable=E1101
2369 oSession = self.oVBoxMgr.getSessionObject(self.oVBox); # pylint: disable=E1101

Completed in 1744 milliseconds