Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dchannelz.h214 void RecordCallStarted() { call_counter_.RecordCallStarted(); } in RecordCallStarted() function
279 void RecordCallStarted() { call_counter_.RecordCallStarted(); } in RecordCallStarted() function
H A Dchannelz.cc71 void CallCountingHelper::RecordCallStarted() { in RecordCallStarted() function in grpc_core::channelz::CallCountingHelper
110 void PerCpuCallCountingHelper::RecordCallStarted() { in RecordCallStarted() function in grpc_core::channelz::PerCpuCallCountingHelper
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.h211 void RecordCallStarted() { call_counter_.RecordCallStarted(); } in RecordCallStarted() function
276 void RecordCallStarted() { call_counter_.RecordCallStarted(); } in RecordCallStarted() function
Dchannelz.cc71 void CallCountingHelper::RecordCallStarted() { in RecordCallStarted() function in grpc_core::channelz::CallCountingHelper
110 void PerCpuCallCountingHelper::RecordCallStarted() { in RecordCallStarted() function in grpc_core::channelz::PerCpuCallCountingHelper
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.h69 void RecordCallStarted() { call_counter_.RecordCallStarted(); } in RecordCallStarted() function
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dclient_channel_channelz.h69 void RecordCallStarted() { call_counter_.RecordCallStarted(); } in RecordCallStarted() function