Lines Matching defs:getSessionObject
261 def getSessionObject(self, oIVBox):
536 def getSessionObject(self, oIVBox):
741 def getSessionObject(self, oIVBox):
865 def getSessionObject(self, oIVBox):
866 return self.wsmgr.getSessionObject(oIVBox)
1023 only one method called getSessionObject. It moved into this class.
1034 def getSessionObject(self, oIVBox):
1035 """ See PlatformBase::getSessionObject(). """
1036 return self.platform.getSessionObject(oIVBox)
1091 oSession = self.getSessionObject(self.vbox);