HomeSort by relevance Sort by last modified time
    Searched refs:ServerRetryThrottleMap (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/test/core/client_channel/
retry_throttle_test.cc 99 TEST(ServerRetryThrottleMap, Replacement) {
100 ServerRetryThrottleMap::Init();
107 ServerRetryThrottleMap::GetDataForServer(kServerName, 4000, 1000);
115 ServerRetryThrottleMap::GetDataForServer(kServerName, 10000, 3000);
131 ServerRetryThrottleMap::Shutdown();
  /external/grpc-grpc/src/core/ext/filters/client_channel/
retry_throttle.h 64 class ServerRetryThrottleMap {
client_channel_plugin.cc 54 grpc_core::internal::ServerRetryThrottleMap::Init();
68 grpc_core::internal::ServerRetryThrottleMap::Shutdown();
retry_throttle.cc 150 // ServerRetryThrottleMap
156 void ServerRetryThrottleMap::Init() {
161 void ServerRetryThrottleMap::Shutdown() {
166 RefCountedPtr<ServerRetryThrottleData> ServerRetryThrottleMap::GetDataForServer(
client_channel.cc 282 grpc_core::internal::ServerRetryThrottleMap::GetDataForServer(
    [all...]

Completed in 159 milliseconds