Home
last modified time | relevance | path

Searched refs:server_uri_str (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/client/
Dauthority.cc33 const char* server_uri_str = grpc_channel_arg_get_string(server_uri_arg); in grpc_default_authority_add_if_not_present() local
34 GPR_ASSERT(server_uri_str != nullptr); in grpc_default_authority_add_if_not_present()
36 grpc_core::ResolverRegistry::GetDefaultAuthority(server_uri_str); in grpc_default_authority_add_if_not_present()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc69 const char* server_uri_str = grpc_channel_arg_get_string(server_uri_arg); in get_secure_naming_subchannel_args() local
70 GPR_ASSERT(server_uri_str != nullptr); in get_secure_naming_subchannel_args()
72 grpc_uri_parse(server_uri_str, true /* supress errors */); in get_secure_naming_subchannel_args()
99 grpc_core::ResolverRegistry::GetDefaultAuthority(server_uri_str); in get_secure_naming_subchannel_args()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dlocal_security_connector.cc192 const char* server_uri_str = grpc_channel_arg_get_string(server_uri_arg); in grpc_local_channel_security_connector_create() local
193 if (strncmp(GRPC_UDS_URI_PATTERN, server_uri_str, in grpc_local_channel_security_connector_create()