Searched defs:GetChannel (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/ | ||
D | _servicer.py | 81 def GetChannel(request, context): member in ChannelzServicer |
D | _async.py | 53 async def GetChannel( member in ChannelzServicer |
/third_party/grpc/src/csharp/Grpc.Core.Tests/ | ||
D | MockServiceHelper.cs | 143 public Channel GetChannel() in GetChannel() method in Grpc.Core.Tests.MockServiceHelper |
/third_party/grpc/src/cpp/server/channelz/ | ||
D | channelz_service.cc | 106 Status ChannelzService::GetChannel( in GetChannel() function in grpc::ChannelzService |
/third_party/grpc/test/cpp/end2end/ | ||
D | time_change_test.cc | 164 std::shared_ptr<Channel> GetChannel() { return channel_; } in GetChannel() function in grpc::testing::__anona4f6e9b90111::TimeChangeTest |
/third_party/grpc/src/proto/grpc/channelz/ | ||
D | channelz.proto | 434 rpc GetChannel(GetChannelRequest) returns (GetChannelResponse); rpc |