Home
last modified time | relevance | path

Searched refs:InsecureChannelCredentials (Results 1 – 25 of 58) sorted by relevance

123

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_opencensus_plugin.cc87 server.address(), grpc::InsecureChannelCredentials())); in BM_E2eLatencyCensusDisabled()
107 server.address(), grpc::InsecureChannelCredentials())); in BM_E2eLatencyCensusEnabled()
/external/tensorflow/tensorflow/core/profiler/rpc/oss/
Dgrpc.cc26 return ::grpc::InsecureChannelCredentials(); in GetDefaultChannelCredentials()
/external/grpc-grpc/test/cpp/end2end/
Dserver_load_reporting_end2end_test.cc97 CreateChannel(server_address_, InsecureChannelCredentials())); in ClientMakeEchoCalls()
127 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F()
Dserver_crash_test_client.cc48 grpc::CreateChannel(FLAGS_address, grpc::InsecureChannelCredentials())); in main()
Dclient_crash_test.cc63 CreateChannel(addr, InsecureChannelCredentials())); in CreateServerAndStub()
Dstreaming_throughput_test.cc149 CreateChannel(server_address_.str(), InsecureChannelCredentials()); in ResetStub()
/external/grpc-grpc/src/cpp/client/
Dinsecure_credentials.cc46 std::shared_ptr<ChannelCredentials> InsecureChannelCredentials() { in InsecureChannelCredentials() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Ddistributed.cc35 ::grpc::InsecureChannelCredentials(); in GetDistributedRuntimeClient()
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dinsecure_credentials.cc60 std::shared_ptr<ChannelCredentials> InsecureChannelCredentials() { in InsecureChannelCredentials() function
/external/grpc-grpc/examples/cpp/helloworld/
Dgreeter_client.cc80 "localhost:50051", grpc::InsecureChannelCredentials())); in main()
Dgreeter_async_client.cc111 "localhost:50051", grpc::InsecureChannelCredentials())); in main()
Dgreeter_async_client2.cc129 "localhost:50051", grpc::InsecureChannelCredentials())); in main()
/external/grpc-grpc/test/cpp/interop/
Dmetrics_client.cc97 FLAGS_metrics_server_address, grpc::InsecureChannelCredentials())); in main()
/external/tensorflow/tensorflow/core/data/service/
Dcredentials_factory.cc97 *out = ::grpc::InsecureChannelCredentials(); in CreateClientCredentials()
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_client_test.cc64 ::grpc::InsecureChannelCredentials()); in GRPCClientTestBase()
/external/flatbuffers/grpc/samples/greeter/
Dclient.cpp71 grpc::CreateChannel(server_address, grpc::InsecureChannelCredentials()); in main()
/external/grpc-grpc/test/cpp/server/
Dserver_request_call_test.cc118 CreateChannel(address, InsecureChannelCredentials())); in TEST()
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
Dgrpc-helloworld.cc123 grpc::CreateChannel(host_port, grpc::InsecureChannelCredentials())); in Java_io_grpc_helloworldexample_cpp_HelloworldActivity_sayHello()
/external/grpc-grpc/test/cpp/util/
Dcli_call_test.cc78 CreateChannel(server_address_.str(), InsecureChannelCredentials()); in ResetStub()
Dcli_credentials.cc113 return grpc::InsecureChannelCredentials(); in GetChannelCredentials()
Dtest_credentials_provider.cc58 return InsecureChannelCredentials(); in GetChannelCredentials()
Dcreate_test_channel.cc77 return CreateCustomChannel(server, InsecureChannelCredentials(), args); in CreateTestChannel()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_rpc_support.cc30 return ::grpc::InsecureChannelCredentials(); // NOLINT in CreateChannelCredentials()
/external/grpc-grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc45 credentials = grpc::InsecureChannelCredentials(); in GetClient()
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h193 std::shared_ptr<ChannelCredentials> InsecureChannelCredentials();

123