Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/client_channel/
Dretry_throttle_test.cc38 throttle_data->RecordSuccess(); in TEST()
51 throttle_data->RecordSuccess(); in TEST()
53 throttle_data->RecordSuccess(); in TEST()
59 throttle_data->RecordSuccess(); in TEST()
63 throttle_data->RecordSuccess(); in TEST()
92 throttle_data->RecordSuccess(); in TEST()
125 throttle_data->RecordSuccess(); in TEST()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dretry_throttle.h39 void RecordSuccess();
Dretry_throttle.cc103 void ServerRetryThrottleData::RecordSuccess() { in RecordSuccess() function in grpc_core::internal::ServerRetryThrottleData
Dclient_channel.cc1463 calld->retry_throttle_data->RecordSuccess(); in maybe_retry()