/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | create_test_channel.cc | 142 return grpc::CreateCustomChannel(server, channel_creds, channel_args); in CreateTestChannel() 157 return grpc::CreateCustomChannel(server, InsecureChannelCredentials(), in CreateTestChannel() 184 return grpc::CreateCustomChannel(connect_to, channel_creds, channel_args); in CreateTestChannel() 196 return grpc::CreateCustomChannel(server, channel_creds, channel_args); in CreateTestChannel()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/ |
D | create_channel.cc | 40 return CreateCustomChannel(target, creds, grpc::ChannelArguments()); in CreateChannel() 43 std::shared_ptr<grpc::Channel> CreateCustomChannel( in CreateCustomChannel() function
|
/aosp_15_r20/external/grpc-grpc/src/cpp/client/ |
H A D | create_channel.cc | 40 return CreateCustomChannel(target, creds, grpc::ChannelArguments()); in CreateChannel() 43 std::shared_ptr<grpc::Channel> CreateCustomChannel( in CreateCustomChannel() function
|
/aosp_15_r20/external/federated-compute/fcp/client/ |
H A D | grpc_bidi_channel.h | 74 return grpc::CreateCustomChannel( in Create() 98 return CreateCustomChannel(target_uri, channel_creds, channel_arguments); in Create()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | port_sharing_end2end_test.cc | 264 CreateCustomChannel(tcp_server1_.address(), channel_creds, args); in ResetStubs() 267 CreateCustomChannel(tcp_server2_.address(), channel_creds, args); in ResetStubs() 275 CreateCustomChannel(server_address_.str(), direct_creds, direct_args); in ResetStubs()
|
H A D | service_config_end2end_test.cc | 234 return grpc::CreateCustomChannel("fake:///", creds_, args); in BuildChannel() 245 return grpc::CreateCustomChannel("fake:///", creds_, args); in BuildChannelWithDefaultServiceConfig() 256 return grpc::CreateCustomChannel("fake:///", creds_, args); in BuildChannelWithInvalidDefaultServiceConfig()
|
H A D | channelz_service_test.cc | 248 std::shared_ptr<Channel> channel_to_backend = grpc::CreateCustomChannel( in ConfigureProxy() 261 std::shared_ptr<Channel> channel = grpc::CreateCustomChannel( in ResetStubs() 275 std::shared_ptr<Channel> channel = grpc::CreateCustomChannel( in NewEchoStub()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/ |
H A D | xds_credentials_end2end_test.cc | 57 auto channel = grpc::CreateCustomChannel( in TEST_P() 95 auto channel = grpc::CreateCustomChannel( in TEST_P()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/gcp/ |
D | observability.cc | 190 CreateCustomChannel(kGoogleStackdriverTraceAddress, in GcpObservabilityInit() 206 CreateCustomChannel(kGoogleStackdriverStatsAddress, in GcpObservabilityInit()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/gcp/ |
H A D | observability.cc | 191 CreateCustomChannel(kGoogleStackdriverTraceAddress, in GcpObservabilityInit() 207 CreateCustomChannel(kGoogleStackdriverStatsAddress, in GcpObservabilityInit()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/ |
D | credentials.h | 44 std::shared_ptr<Channel> CreateCustomChannel( 86 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/ |
D | credentials.h | 44 std::shared_ptr<Channel> CreateCustomChannel( 86 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/security/ |
H A D | credentials.h | 45 std::shared_ptr<Channel> CreateCustomChannel( 80 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/ |
H A D | create_channel.h | 51 std::shared_ptr<Channel> CreateCustomChannel(
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/ |
D | create_channel.h | 51 std::shared_ptr<Channel> CreateCustomChannel(
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | create_channel.h | 51 std::shared_ptr<Channel> CreateCustomChannel(
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/load_balancing/ |
H A D | greeter_client.cc | 83 GreeterClient greeter(grpc::CreateCustomChannel( in main()
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/compression/ |
H A D | greeter_client.cc | 86 GreeterClient greeter(grpc::CreateCustomChannel( in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/ |
H A D | grpc_dispatcher_impl_test.cc | 78 ::grpc::CreateCustomChannel(GetDispatcherAddress(), credentials, args); in SetUpDispatcherClientStub()
|
H A D | grpc_worker_impl_test.cc | 89 ::grpc::CreateCustomChannel(GetWorkerAddress(), credentials, args); in SetUpWorkerClientStub()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/client/ |
H A D | destroy_grpclb_channel_with_active_connect_stress_test.cc | 91 auto channel = grpc::CreateCustomChannel( in TryConnectAndDestroy()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/ |
H A D | bm_fullstack_unary_ping_pong_chaotic_good.cc | 48 channel_ = grpc::CreateCustomChannel( in ChaoticGoodFixture()
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/keepalive/ |
H A D | greeter_callback_client.cc | 112 GreeterClient greeter(grpc::CreateCustomChannel( in main()
|
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/resolvers/ |
H A D | google_c2p_resolver_test.cc | 48 auto channel = grpc::CreateCustomChannel( in TryConnectAndDestroy()
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/health/ |
H A D | health_client.cc | 129 GreeterClient greeter(grpc::CreateCustomChannel( in main()
|