Home
last modified time | relevance | path

Searched refs:ExecDutCommand (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/hosts/drone_api_client/
Dcommon_pb2_grpc.py27 self.ExecDutCommand = channel.unary_stream(
48 def ExecDutCommand(self, request, context): member in CommonServicer
79 servicer.ExecDutCommand,
Dclient.py85 return self.stub.ExecDutCommand(formatted_cmd, timeout=timeout)
Dcommon.proto23 // ExecDutCommand runs a command on a DUT.
44 rpc ExecDutCommand(ExecDutCommandRequest) rpc