Home
last modified time | relevance | path

Searched refs:channelz_service_ (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/cpp/server/channelz/
Dchannelz_service_plugin.cc34 ChannelzServicePlugin() : channelz_service_(new grpc::ChannelzService()) {} in ChannelzServicePlugin()
39 si->RegisterService(channelz_service_); in InitServer()
47 if (channelz_service_) { in has_sync_methods()
48 return channelz_service_->has_synchronous_methods(); in has_sync_methods()
54 if (channelz_service_) { in has_async_methods()
55 return channelz_service_->has_async_methods(); in has_async_methods()
61 std::shared_ptr<grpc::ChannelzService> channelz_service_; member in grpc::channelz::experimental::ChannelzServicePlugin