Home
last modified time | relevance | path

Searched defs:ExecCommandResponse (Results 1 – 4 of 4) sorted by relevance

/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Ddut_service.pb.go184 type ExecCommandResponse struct { struct
185 state protoimpl.MessageState
186 sizeCache protoimpl.SizeCache
187 unknownFields protoimpl.UnknownFields
192 …se_ExitInfo `protobuf:"bytes,1,opt,name=exit_info,json=exitInfo,proto3" json:"exit_info,omitempty"`
197 Stdout []byte `protobuf:"bytes,2,opt,name=stdout,proto3" json:"stdout,omitempty"`
202 Stderr []byte `protobuf:"bytes,3,opt,name=stderr,proto3" json:"stderr,omitempty"`
205 func (x *ExecCommandResponse) Reset() {
214 func (x *ExecCommandResponse) String() string {
218 func (*ExecCommandResponse) ProtoMessage() {}
[all …]
Ddut_service_grpc.pb.go361 Send(*ExecCommandResponse) error
/external/chromiumos-config/python/chromiumos/test/api/
Ddut_service_pb2.py1458 ExecCommandResponse = _reflection.GeneratedProtocolMessageType('ExecCommandResponse', (_message.Mes… variable
/external/chromiumos-config/proto/chromiumos/test/api/
Ddut_service.proto135 message ExecCommandResponse { message