Home
last modified time | relevance | path

Searched defs:GetChannel (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/
D_servicer.py81 def GetChannel(request, context): member in ChannelzServicer
D_async.py53 async def GetChannel( member in ChannelzServicer
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs143 public Channel GetChannel() in GetChannel() method in Grpc.Core.Tests.MockServiceHelper
/third_party/grpc/src/cpp/server/channelz/
Dchannelz_service.cc106 Status ChannelzService::GetChannel( in GetChannel() function in grpc::ChannelzService
/third_party/grpc/test/cpp/end2end/
Dtime_change_test.cc164 std::shared_ptr<Channel> GetChannel() { return channel_; } in GetChannel() function in grpc::testing::__anona4f6e9b90111::TimeChangeTest
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto434 rpc GetChannel(GetChannelRequest) returns (GetChannelResponse); rpc