Searched refs:fetchForChangeLog (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestbox.py343 def fetchForChangeLog(self, idTestBox, iStart, cMaxRows, tsNow): # pylint: disable=R0914 member in class:TestBoxLogic
H A Dtestcase.py788 # Note! The above arrays are sorted by their relvant IDs for fetchForChangeLog's sake.
979 def fetchForChangeLog(self, idTestCase, iStart, cMaxRows, tsNow): # pylint: disable=R0914 member in class:TestCaseLogic
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuibase.py722 oLogicType may implement fetchForChangeLog.
750 if fChangeLog and hasattr(oLogicType, 'fetchForChangeLog'):
751 (aoEntries, fMore) = oLogicType(self._oDb).fetchForChangeLog(getattr(oData, sIdAttr),

Completed in 50 milliseconds