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

  /external/grpc-grpc/src/core/ext/transport/chttp2/client/
authority.cc 33 const char* server_uri_str = grpc_channel_arg_get_string(server_uri_arg); local
34 GPR_ASSERT(server_uri_str != nullptr);
36 grpc_core::ResolverRegistry::GetDefaultAuthority(server_uri_str);
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
secure_channel_create.cc 69 const char* server_uri_str = grpc_channel_arg_get_string(server_uri_arg); local
70 GPR_ASSERT(server_uri_str != nullptr);
72 grpc_uri_parse(server_uri_str, true /* supress errors */);
99 grpc_core::ResolverRegistry::GetDefaultAuthority(server_uri_str);
  /external/grpc-grpc/src/core/lib/security/security_connector/
local_security_connector.cc 192 const char* server_uri_str = grpc_channel_arg_get_string(server_uri_arg); local
193 if (strncmp(GRPC_UDS_URI_PATTERN, server_uri_str,

Completed in 235 milliseconds