Searched refs:ALL_PARAM_RESULT (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ValidationKit/common/constants/
H A Dtbresp.py33 ALL_PARAM_RESULT = 'RESULT' variable
35 ## @name Statuses (returned in ALL_PARAM_RESULT).
45 ## @name Command names (returned in ALL_PARAM_RESULT).
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxcommand.py279 sCmdName = oResponse.getStringChecked(constants.tbresp.ALL_PARAM_RESULT);
H A Dtestboxscript_real.py741 sResult = oResponse.getStringChecked(constants.tbresp.ALL_PARAM_RESULT);
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestboxcontroller.py261 return self._writeResponse({constants.tbresp.ALL_PARAM_RESULT: sResultValue});
269 return self._writeResponse({ constants.tbresp.ALL_PARAM_RESULT: constants.tbresp.CMD_IDLE });
449 constants.tbresp.ALL_PARAM_RESULT: constants.tbresp.STATUS_ACK,
540 dResponse = { constants.tbresp.ALL_PARAM_RESULT: TestBoxController.kdCmdToTbRespCmd[oTestBoxData.enmPendingCmd] };
H A Dschedulerbase.py746 constants.tbresp.ALL_PARAM_RESULT: constants.tbresp.CMD_EXEC,
1156 dResponse = { constants.tbresp.ALL_PARAM_RESULT: constants.tbresp.CMD_WAIT, };
1203 dResponse = { constants.tbresp.ALL_PARAM_RESULT: constants.tbresp.CMD_WAIT, };
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py621 sResult = dResponse.get(constants.tbresp.ALL_PARAM_RESULT, None);

Completed in 1669 milliseconds