Home | History | Annotate | Download | only in common_lib

Lines Matching refs:operation

150     write-and-unlock. Any operation that is reading or writing state
429 def __init__(self, status_code, subdir, operation, message, fields,
436 @param operation: Description of the operation, or None.
455 if operation and self.BAD_CHAR_REGEX.search(operation):
456 raise ValueError('Invalid character in operation string')
457 self.operation = operation
510 operation = self.operation or self.RENDERED_NONE_VALUE
512 line_items = [self.status_code, subdir, operation]
542 status_code, subdir, operation = entry_parts[:3]
545 if operation == cls.RENDERED_NONE_VALUE:
546 operation = None
553 return cls(status_code, subdir, operation, message, fields, timestamp)
732 @param indent: Level of the log_entry to determine the operation if
733 log_entry.operation is not given.
746 if log_entry.operation:
747 operation = log_entry.operation
749 operation = "job"
751 operation = "unknown"
754 len(self._reports_container[key]) + 1, operation + "\n"
1182 def record(self, status_code, subdir, operation, status='',
1195 @param operation: A string describing the operation that was run.
1203 entry = status_log_entry(status_code, subdir, operation, status,