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

/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py562 elif oProgressSrc.getErrInfoResultCode() != vbox.ComError.E_FAIL:
564 % (vbox.ComError.toString(oProgressSrc.getErrInfoResultCode()),));
627 elif oProgressSrc.getErrInfoResultCode() != oProgressDst.getErrInfoResultCode():
629 % (vbox.ComError.toString(oProgressSrc.getErrInfoResultCode()),\
630 vbox.ComError.toString(oProgressDst.getErrInfoResultCode())));
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py293 def getErrInfoResultCode(self): member in class:ProgressWrapper

Completed in 838 milliseconds