Searched refs:GlobalResourceLogic (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmintestcase.py37 from testmanager.core.globalresource import GlobalResourceData, GlobalResourceLogic; namespace
165 self._aoAllGlobalRsrcs = GlobalResourceLogic(oDisp.getDb()).getAll();
H A Dwuiadmin.py41 from testmanager.core.globalresource import GlobalResourceLogic, GlobalResourceData namespace
252 d[self.ksActionGlobalRsrcShowAll] = lambda: self._actionGenericListing(GlobalResourceLogic, WuiGlobalResourceList)
257 d[self.ksActionGlobalRsrcDel] = lambda: self._actionGenericDoDelOld(GlobalResourceLogic,
689 oGlobalResourceLogic = GlobalResourceLogic(self._oDb)
715 oGlobalResourceLogic = GlobalResourceLogic(self._oDb)
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestboxcontroller.py45 from testmanager.core.globalresource import GlobalResourceLogic; namespace
288 GlobalResourceLogic(oDb).freeGlobalResourcesByTestBox(self._idTestBox, fCommit = False);
467 GlobalResourceLogic(oDb).freeGlobalResourcesByTestBox(self._idTestBox, fCommit = False);
484 GlobalResourceLogic(oDb).freeGlobalResourcesByTestBox(self._idTestBox, fCommit = False);
813 GlobalResourceLogic(oDb).freeGlobalResourcesByTestBox(self._idTestBox);
820 GlobalResourceLogic(oDb).freeGlobalResourcesByTestBox(self._idTestBox);
H A Dglobalresource.py117 class GlobalResourceLogic(ModelLogicBase): class in inherits:ModelLogicBase
H A Dschedulerbase.py43 from testmanager.core.globalresource import GlobalResourceLogic; namespace
1142 if GlobalResourceLogic(self._oDb).allocateResources(oTestBoxData.idTestBox, oTestEx.aoGlobalRsrc, fCommit = False) \

Completed in 58 milliseconds