Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/client_channel/
Dretry_throttle_test.cc99 TEST(ServerRetryThrottleMap, Replacement) { in TEST() argument
100 ServerRetryThrottleMap::Init(); in TEST()
107 ServerRetryThrottleMap::GetDataForServer(kServerName, 4000, 1000); in TEST()
115 ServerRetryThrottleMap::GetDataForServer(kServerName, 10000, 3000); in TEST()
131 ServerRetryThrottleMap::Shutdown(); in TEST()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dretry_throttle.cc158 void ServerRetryThrottleMap::Init() { in Init()
163 void ServerRetryThrottleMap::Shutdown() { in Shutdown()
168 RefCountedPtr<ServerRetryThrottleData> ServerRetryThrottleMap::GetDataForServer( in GetDataForServer()
Dclient_channel_plugin.cc51 grpc_core::internal::ServerRetryThrottleMap::Init(); in grpc_client_channel_init()
66 grpc_core::internal::ServerRetryThrottleMap::Shutdown(); in grpc_client_channel_shutdown()
Dretry_throttle.h62 class ServerRetryThrottleMap {
Dclient_channel.cc2299 retry_throttle_data = internal::ServerRetryThrottleMap::GetDataForServer( in UpdateServiceConfigInDataPlaneLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dretry_throttle.cc156 void ServerRetryThrottleMap::Init() { in Init()
161 void ServerRetryThrottleMap::Shutdown() { in Shutdown()
166 RefCountedPtr<ServerRetryThrottleData> ServerRetryThrottleMap::GetDataForServer( in GetDataForServer()
Dclient_channel_plugin.cc54 grpc_core::internal::ServerRetryThrottleMap::Init(); in grpc_client_channel_init()
68 grpc_core::internal::ServerRetryThrottleMap::Shutdown(); in grpc_client_channel_shutdown()
Dretry_throttle.h64 class ServerRetryThrottleMap {
Dclient_channel.cc282 grpc_core::internal::ServerRetryThrottleMap::GetDataForServer( in parse_retry_throttle_params()