Searched refs:sendReplyAndClose (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxcommand.py263 oConnection.sendReplyAndClose(constants.tbreq.COMMAND_NOTSUP, constants.tbresp.CMD_SPECIAL);
296 oConnection.sendReplyAndClose(constants.tbreq.COMMAND_NACK, sCmdName);
305 oConnection.sendReplyAndClose(constants.tbreq.COMMAND_NOTSUP, sCmdName);
H A Dtestboxconnection.py228 def sendReplyAndClose(self, sReplyAction, sCmdName): member in class:TestBoxConnection
242 return self.sendReplyAndClose(constants.tbreq.COMMAND_ACK, sCmdName);

Completed in 997 milliseconds