Lines Matching refs:result
122 # History result constants.
425 # result is a composite of the package data already known
591 that should result in a call to self.log_operation_end()
737 def abort(self, result=RESULT_FAILED_UNKNOWN):
749 self._img.history.abort(result)
1090 will result in a call to self.log_operation_end() before
1101 result=RESULT_CONFLICTING_ACTIONS)
1524 result=RESULT_NOTHING_TO_DO)
2382 image name objects and the values are the result of the
2383 specified operation on the associated child image. The result
4320 result=RESULT_NOTHING_TO_DO)
4492 result=RESULT_FAILED_BAD_REQUEST)
4500 result=RESULT_NOTHING_TO_DO)
4674 result=RESULT_FAILED_BAD_REQUEST)
4878 # Return this result if version pruning
5380 def log_operation_end(self, error=None, result=None,
5385 'result' should be a pkg.client.history constant value
5387 and 'error' is provided, the final result of the operation will
5389 for the current operation. If 'result' and 'error' is not
5391 self._img.history.log_operation_end(error=error, result=result,