Searched defs:LogCheckPointRequest (Results 1 – 4 of 4) sorted by relevance
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/ |
D | servod_service.pb.go | 927 type LogCheckPointRequest struct { struct 928 state protoimpl.MessageState 929 sizeCache protoimpl.SizeCache 930 unknownFields protoimpl.UnknownFields 935 …obuf:"bytes,1,opt,name=servo_host_path,json=servoHostPath,proto3" json:"servo_host_path,omitempty"` 937 …ontainer_name,json=servodDockerContainerName,proto3" json:"servod_docker_container_name,omitempty"` 939 Paths []string `protobuf:"bytes,3,rep,name=paths,proto3" json:"paths,omitempty"` 942 func (x *LogCheckPointRequest) Reset() { 951 func (x *LogCheckPointRequest) String() string { 955 func (*LogCheckPointRequest) ProtoMessage() {} [all …]
|
D | servod_service_grpc.pb.go | 57 …LogCheckPoint(ctx context.Context, in *LogCheckPointRequest, opts ...grpc.CallOption) (*LogCheckPo… 166 LogCheckPoint(context.Context, *LogCheckPointRequest) (*LogCheckPointResponse, error)
|
/external/chromiumos-config/proto/chromiumos/test/api/ |
D | servod_service.proto | 70 rpc LogCheckPoint(LogCheckPointRequest) returns (LogCheckPointResponse) {} argument 289 message LogCheckPointRequest { message
|
/external/chromiumos-config/python/chromiumos/test/api/ |
D | servod_service_pb2.py | 1266 LogCheckPointRequest = _reflection.GeneratedProtocolMessageType('LogCheckPointRequest', (_message.M… variable
|