Home
last modified time | relevance | path

Searched refs:PopulateCallCounts (Results 1 – 6 of 6) 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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc68 call_counter_.PopulateCallCounts(&data); in RenderJson()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.cc119 void CallCountingHelper::PopulateCallCounts(Json::Object* json) { in PopulateCallCounts() function in grpc_core::channelz::CallCountingHelper
186 call_counter_.PopulateCallCounts(&data); in RenderJson()
313 call_counter_.PopulateCallCounts(&data); in RenderJson()
Dchannelz.h125 void PopulateCallCounts(Json::Object* json);
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc168 call_counter_.PopulateCallCounts(json); in RenderJson()