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

  /external/grpc-grpc/src/core/ext/filters/client_channel/
resolver.h 64 /// to \a NextLocked() pending. When it gets the callback, it will
66 /// \a NextLocked(). This allows push-based resolvers to provide new
68 virtual void NextLocked(grpc_channel_args** result,
83 /// pending call to \a NextLocked() will return the new result.
116 /// NextLocked(), the callback will be scheduled with an error.
client_channel.cc 223 chand->resolver->NextLocked(&chand->resolver_result,
287 // Invoked from the resolver NextLocked() callback when the resolver
553 chand->resolver->NextLocked(&chand->resolver_result,
    [all...]
  /external/grpc-grpc/test/core/client_channel/resolvers/
fake_resolver_test.cc 134 resolver->NextLocked(&on_res_arg.resolver_result, on_resolution);
147 resolver->NextLocked(&on_res_arg.resolver_result, on_resolution);
160 resolver->NextLocked(&on_res_arg.resolver_result, on_resolution);
176 resolver->NextLocked(&on_res_arg.resolver_result, on_resolution);
190 resolver->NextLocked(&on_res_arg.resolver_result, on_resolution);
201 resolver->NextLocked(&on_res_arg.resolver_result, on_resolution);
sockaddr_resolver_test.cc 63 resolver->NextLocked(&on_res_arg.resolver_result, on_resolution);
dns_resolver_cooldown_test.cc 204 cb_arg->resolver->NextLocked(
242 res_cb_arg->resolver->NextLocked(
dns_resolver_connectivity_test.cc 126 a->resolver->NextLocked(a->result, a->on_complete);
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/sockaddr/
sockaddr_resolver.cc 50 void NextLocked(grpc_channel_args** result,
83 void SockaddrResolver::NextLocked(grpc_channel_args** target_result,
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/fake/
fake_resolver.cc 54 void NextLocked(grpc_channel_args** result,
71 // NextLocked()'s closure.
97 void FakeResolver::NextLocked(grpc_channel_args** target_result,
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/native/
dns_resolver.cc 56 void NextLocked(grpc_channel_args** result,
145 void NativeDnsResolver::NextLocked(grpc_channel_args** result,
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
dns_resolver_ares.cc 64 void NextLocked(grpc_channel_args** result,
173 void AresDnsResolver::NextLocked(grpc_channel_args** target_result,
175 gpr_log(GPR_DEBUG, "AresDnsResolver::NextLocked() is called.");
  /external/grpc-grpc/test/cpp/naming/
cancel_ares_query_test.cc 189 resolver->NextLocked(&args->channel_args, &on_resolver_result_changed);
resolver_component_test.cc 452 resolver->NextLocked(&args.channel_args, &on_resolver_result_changed);
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
internal.h 246 static void NextLocked(void* arg, grpc_error* error_ignored);
chttp2_transport.cc     [all...]

Completed in 271 milliseconds