HomeSort by relevance Sort by last modified time
    Searched refs:CreateCommandEvent (Results 1 - 3 of 3) sorted by null

  /test/framework/harnesses/host_controller/tfc/
command_attempt.py 90 def CreateCommandEvent(self, event_type, error=None, event_time=None):
130 obj = self.CreateCommandEvent(EventType.INVOCATION_COMPLETED,
tfc_client_test.py 95 normal_event = cmd.CreateCommandEvent(
101 error_event = cmd.CreateCommandEvent(
  /test/framework/harnesses/host_controller/
invocation_thread.py 74 event = self._attempt.CreateCommandEvent(
89 event = self._attempt.CreateCommandEvent(
129 [self._attempt.CreateCommandEvent(event_type, error_msg)])

Completed in 133 milliseconds