Home
last modified time | relevance | path

Searched refs:CreateCustomChannel (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dcreate_test_channel.cc142 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/
Dcreate_channel.cc40 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 Dcreate_channel.cc40 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 Dgrpc_bidi_channel.h74 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 Dport_sharing_end2end_test.cc264 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 Dservice_config_end2end_test.cc234 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 Dchannelz_service_test.cc248 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 Dxds_credentials_end2end_test.cc57 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/
Dobservability.cc190 CreateCustomChannel(kGoogleStackdriverTraceAddress, in GcpObservabilityInit()
206 CreateCustomChannel(kGoogleStackdriverStatsAddress, in GcpObservabilityInit()
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/gcp/
H A Dobservability.cc191 CreateCustomChannel(kGoogleStackdriverTraceAddress, in GcpObservabilityInit()
207 CreateCustomChannel(kGoogleStackdriverStatsAddress, in GcpObservabilityInit()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h44 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/
Dcredentials.h44 std::shared_ptr<Channel> CreateCustomChannel(
86 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
/aosp_15_r20/external/grpc-grpc/include/grpcpp/security/
H A Dcredentials.h45 std::shared_ptr<Channel> CreateCustomChannel(
80 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
/aosp_15_r20/external/grpc-grpc/include/grpcpp/
H A Dcreate_channel.h51 std::shared_ptr<Channel> CreateCustomChannel(
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dcreate_channel.h51 std::shared_ptr<Channel> CreateCustomChannel(
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dcreate_channel.h51 std::shared_ptr<Channel> CreateCustomChannel(
/aosp_15_r20/external/grpc-grpc/examples/cpp/load_balancing/
H A Dgreeter_client.cc83 GreeterClient greeter(grpc::CreateCustomChannel( in main()
/aosp_15_r20/external/grpc-grpc/examples/cpp/compression/
H A Dgreeter_client.cc86 GreeterClient greeter(grpc::CreateCustomChannel( in main()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dgrpc_dispatcher_impl_test.cc78 ::grpc::CreateCustomChannel(GetDispatcherAddress(), credentials, args); in SetUpDispatcherClientStub()
H A Dgrpc_worker_impl_test.cc89 ::grpc::CreateCustomChannel(GetWorkerAddress(), credentials, args); in SetUpWorkerClientStub()
/aosp_15_r20/external/grpc-grpc/test/cpp/client/
H A Ddestroy_grpclb_channel_with_active_connect_stress_test.cc91 auto channel = grpc::CreateCustomChannel( in TryConnectAndDestroy()
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_fullstack_unary_ping_pong_chaotic_good.cc48 channel_ = grpc::CreateCustomChannel( in ChaoticGoodFixture()
/aosp_15_r20/external/grpc-grpc/examples/cpp/keepalive/
H A Dgreeter_callback_client.cc112 GreeterClient greeter(grpc::CreateCustomChannel( in main()
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/resolvers/
H A Dgoogle_c2p_resolver_test.cc48 auto channel = grpc::CreateCustomChannel( in TryConnectAndDestroy()
/aosp_15_r20/external/grpc-grpc/examples/cpp/health/
H A Dhealth_client.cc129 GreeterClient greeter(grpc::CreateCustomChannel( in main()

123