Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/channel/
Dchannelz.cc70 void CallCountingHelper::PopulateCallCounts(grpc_json* json) { in PopulateCallCounts() function in grpc_core::channelz::CallCountingHelper
135 call_counter_.PopulateCallCounts(json); in RenderJson()
182 call_counter_.PopulateCallCounts(json); in RenderJson()
Dchannelz.h102 void PopulateCallCounts(grpc_json* json);
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc168 call_counter_.PopulateCallCounts(json); in RenderJson()