Home
last modified time | relevance | path

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

/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/test/tls/
Dcommontls_grpc.pb.go76CreateFakeOmaha(ctx context.Context, in *CreateFakeOmahaRequest, opts ...grpc.CallOption) (*FakeOm… methodSpec
181 func (c *commonClient) CreateFakeOmaha(ctx context.Context, in *CreateFakeOmahaRequest, opts ...grp… func
252 CreateFakeOmaha(context.Context, *CreateFakeOmahaRequest) (*FakeOmaha, error) methodSpec
277 func (UnimplementedCommonServer) CreateFakeOmaha(context.Context, *CreateFakeOmahaRequest) (*FakeOm… func
/external/autotest/server/hosts/tls_client/
Dautotest_common_pb2_grpc.py139 def CreateFakeOmaha(self, request, context): member in CommonServicer
Dautotest_common.proto88 rpc CreateFakeOmaha(CreateFakeOmahaRequest) returns (FakeOmaha); rpc
/external/chromiumos-config/proto/chromiumos/config/api/test/tls/
Dcommontls.proto97 rpc CreateFakeOmaha(CreateFakeOmahaRequest) returns (FakeOmaha); rpc