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

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxcommand.py109 idResult = oResponse.getIntChecked( constants.tbresp.EXEC_PARAM_RESULT_ID, 1);
112 cSecTimeout = oResponse.getIntChecked( constants.tbresp.EXEC_PARAM_TIMEOUT, 30);
H A Dtestboxconnection.py91 def getIntChecked(self, sField, iMin = None, iMax = None): member in class:TestBoxResponse
H A Dtestboxscript_real.py745 idTestBox = oResponse.getIntChecked(constants.tbresp.SIGNON_PARAM_ID, 1, 0x7ffffffe);

Completed in 704 milliseconds