Home
last modified time | relevance | path

Searched refs:target_uri (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc81 grpc_uri* target_uri = in get_secure_naming_subchannel_args() local
83 GPR_ASSERT(target_uri != nullptr); in get_secure_naming_subchannel_args()
84 if (target_uri->path[0] != '\0') { // "path" may be empty in get_secure_naming_subchannel_args()
86 target_uri->path[0] == '/' ? target_uri->path + 1 : target_uri->path); in get_secure_naming_subchannel_args()
92 grpc_uri_destroy(target_uri); in get_secure_naming_subchannel_args()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc792 char* target_uri; in LLVMFuzzerTestOneInput() local
793 gpr_asprintf(&target_uri, "dns:%s", target); in LLVMFuzzerTestOneInput()
795 g_channel = grpc_insecure_channel_create(target_uri, args, nullptr); in LLVMFuzzerTestOneInput()
801 gpr_free(target_uri); in LLVMFuzzerTestOneInput()
1161 char* target_uri; in LLVMFuzzerTestOneInput() local
1162 gpr_asprintf(&target_uri, "dns:%s", target); in LLVMFuzzerTestOneInput()
1166 grpc_secure_channel_create(creds, target_uri, args, nullptr); in LLVMFuzzerTestOneInput()
1172 gpr_free(target_uri); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_client_windows.cc215 char* target_uri = grpc_sockaddr_to_uri(addr); in tcp_connect() local
219 GRPC_ERROR_STR_TARGET_ADDRESS, grpc_slice_from_copied_string(target_uri)); in tcp_connect()
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py148 target_uri = test_conf['target_payload_uri']
150 target_uri, test_conf['target_archive_uri'],