Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DBootstrapperImplTest.java26 import io.grpc.InsecureChannelCredentials;
116 assertThat(serverInfo.channelCredentials()).isInstanceOf(InsecureChannelCredentials.class); in parseBootstrap_singleXdsServer()
174 .isInstanceOf(InsecureChannelCredentials.class); in parseBootstrap_multipleXdsServers()
218 assertThat(serverInfo.channelCredentials()).isInstanceOf(InsecureChannelCredentials.class); in parseBootstrap_IgnoreIrrelevantFields()
287 assertThat(serverInfo.channelCredentials()).isInstanceOf(InsecureChannelCredentials.class); in parseBootstrap_useFirstSupportedChannelCredentials()
580 assertThat(serverInfo.channelCredentials()).isInstanceOf(InsecureChannelCredentials.class); in useV2ProtocolByDefault()
602 assertThat(serverInfo.channelCredentials()).isInstanceOf(InsecureChannelCredentials.class); in useV3ProtocolIfV3FeaturePresent()
624 assertThat(serverInfo.channelCredentials()).isInstanceOf(InsecureChannelCredentials.class); in serverFeatureIgnoreResourceDeletion()
647 assertThat(serverInfo.channelCredentials()).isInstanceOf(InsecureChannelCredentials.class); in serverFeatureIgnoreResourceDeletion_xdsV3()
H A DSharedXdsClientPoolProviderTest.java25 import io.grpc.InsecureChannelCredentials;
70 ServerInfo server = ServerInfo.create(SERVER_URI, InsecureChannelCredentials.create()); in sharedXdsClientObjectPool()
87 ServerInfo server = ServerInfo.create(SERVER_URI, InsecureChannelCredentials.create()); in refCountedXdsClientObjectPool_delayedCreation()
99 ServerInfo server = ServerInfo.create(SERVER_URI, InsecureChannelCredentials.create()); in refCountedXdsClientObjectPool_refCounted()
118 ServerInfo server = ServerInfo.create(SERVER_URI, InsecureChannelCredentials.create()); in refCountedXdsClientObjectPool_getObjectCreatesNewInstanceIfAlreadyShutdown()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dclient_interceptors_end2end_test.cc787 server_address_, InsecureChannelCredentials(), ChannelArguments(), in CreateClientChannel()
903 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
916 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
1056 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
1074 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
1088 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
1118 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
1132 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
1145 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
1160 server_address_, InsecureChannelCredentials(), args, std::move(creators)); in TEST_F()
[all …]
H A Dserver_interceptors_end2end_test.cc267 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F()
310 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F()
320 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F()
330 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F()
360 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F()
432 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F()
513 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F()
617 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F()
669 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F()
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DInsecureChannelCredentials.java20 public final class InsecureChannelCredentials extends ChannelCredentials { class
22 return new InsecureChannelCredentials(); in create()
25 private InsecureChannelCredentials() {} in InsecureChannelCredentials() method in InsecureChannelCredentials
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dpre_stop_hook_server_test.cc87 InsecureChannelCredentials()); in TEST()
117 InsecureChannelCredentials()); in TEST()
136 InsecureChannelCredentials()); in TEST()
178 InsecureChannelCredentials()); in TEST()
202 InsecureChannelCredentials()); in TEST()
H A Distio_echo_server_lib.cc75 CreateChannel(forwarding_address_, InsecureChannelCredentials())); in EchoTestServiceImpl()
135 CreateChannel(raw_url, XdsCredentials(InsecureChannelCredentials())); in ForwardEcho()
142 channel = CreateChannel(std::string(address), InsecureChannelCredentials()); in ForwardEcho()
/aosp_15_r20/external/grpc-grpc-java/examples/example-xds/src/main/java/io/grpc/examples/helloworldxds/
H A DXdsHelloWorldClient.java22 import io.grpc.InsecureChannelCredentials;
71 ChannelCredentials credentials = InsecureChannelCredentials.create(); in main()
85 credentials = XdsChannelCredentials.create(InsecureChannelCredentials.create()); in main()
/aosp_15_r20/external/grpc-grpc-java/examples/example-debug/src/main/java/io/grpc/examples/debug/
H A DHelloWorldDebuggableClient.java21 import io.grpc.InsecureChannelCredentials;
95 InsecureChannelCredentials.create()).build(); in main()
97 InsecureChannelCredentials.create()).build(); in main()
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DUdsNettyChannelProviderTest.java24 import io.grpc.InsecureChannelCredentials;
115 = Grpc.newChannelBuilder("unix:///sock.sock", InsecureChannelCredentials.create()); in managedChannelRegistry_newChannelBuilder()
129 Grpc.newChannelBuilder("unix://" + socketPath, InsecureChannelCredentials.create()); in udsClientServerTestUsingProvider()
H A DNettyChannelBuilderTest.java26 import io.grpc.InsecureChannelCredentials;
160 "fakeTarget", InsecureChannelCredentials.create()); in failNegotiationTypeWithChannelCredentials_target()
171 new SocketAddress(){}, InsecureChannelCredentials.create()); in failNegotiationTypeWithChannelCredentials_socketAddress()
/aosp_15_r20/external/grpc-grpc-java/netty/shaded/src/testShadow/java/io/grpc/netty/shaded/
H A DShadingTest.java23 import io.grpc.InsecureChannelCredentials;
95 assertThat(Grpc.newChannelBuilder("localhost:1234", InsecureChannelCredentials.create())) in serviceLoaderFindsNetty()
105 "localhost:" + server.getPort(), InsecureChannelCredentials.create()) in basic()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/
H A DInsecureXdsCredentialsProvider.java20 import io.grpc.InsecureChannelCredentials;
33 return InsecureChannelCredentials.create(); in newChannelCredentials()
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
H A DOkHttpChannelBuilderTest.java34 import io.grpc.InsecureChannelCredentials;
329 OkHttpChannelBuilder.sslSocketFactoryFrom(InsecureChannelCredentials.create()); in sslSocketFactoryFrom_insecure()
346 InsecureChannelCredentials.create(), callCredentials)); in sslSocketFactoryFrom_composite()
375 InsecureChannelCredentials.create())); in sslSocketFactoryFrom_choice()
381 InsecureChannelCredentials.create(), in sslSocketFactoryFrom_choice()
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/
H A DInsecureXdsCredentialsProviderTest.java23 import io.grpc.InsecureChannelCredentials;
54 assertSame(InsecureChannelCredentials.class, in channelCredentials()
/aosp_15_r20/external/grpc-grpc-java/android-interop-testing/src/main/java/io/grpc/android/integrationtest/
H A DTesterOkHttpChannelBuilder.java22 import io.grpc.InsecureChannelCredentials;
51 credentials = InsecureChannelCredentials.create(); in build()
/aosp_15_r20/external/grpc-grpc-java/istio-interop-testing/src/test/java/io/grpc/testing/istio/
H A DEchoTestServerTest.java28 import io.grpc.InsecureChannelCredentials;
155 Grpc.newChannelBuilderForAddress("localhost", port, InsecureChannelCredentials.create()); in echoTest()
202 Grpc.newChannelBuilderForAddress("localhost", port1, InsecureChannelCredentials.create()); in forwardEchoTest()
272 Grpc.newChannelBuilderForAddress("localhost", port1, InsecureChannelCredentials.create()); in nonGrpcForwardEchoTest()
/aosp_15_r20/external/grpc-grpc-java/android/src/main/java/io/grpc/android/
H A DUdsChannelBuilder.java22 import io.grpc.InsecureChannelCredentials;
76 .invoke(null, "dns:///localhost", InsecureChannelCredentials.create()); in forPath()
/aosp_15_r20/device/google/cuttlefish/host/commands/vhal_proxy_server/debug/
DVhalProxyServerCmd.cpp37 using ::grpc::InsecureChannelCredentials;
64 auto channel = CreateChannel(eth_addr, InsecureChannelCredentials()); in main()
/aosp_15_r20/external/grpc-grpc/examples/cpp/helloworld/
H A Dxds_greeter_client.cc85 ? grpc::XdsCredentials(grpc::InsecureChannelCredentials()) in main()
86 : grpc::InsecureChannelCredentials())); in main()
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworld/
H A DHelloWorldClient.java21 import io.grpc.InsecureChannelCredentials;
88 ManagedChannel channel = Grpc.newChannelBuilder(target, InsecureChannelCredentials.create()) in main()
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/experimental/
H A DCompressingHelloWorldClient.java20 import io.grpc.InsecureChannelCredentials;
46 channel = Grpc.newChannelBuilderForAddress(host, port, InsecureChannelCredentials.create()) in CompressingHelloWorldClient()
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/keepalive/
H A DKeepAliveClient.java21 import io.grpc.InsecureChannelCredentials;
80 ManagedChannel channel = Grpc.newChannelBuilder(target, InsecureChannelCredentials.create()) in main()
/aosp_15_r20/external/grpc-grpc/examples/cpp/xds/
H A Dxds_greeter_client.cc102 ? grpc::XdsCredentials(grpc::InsecureChannelCredentials()) in main()
103 : grpc::InsecureChannelCredentials())); in main()
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/header/
H A DCustomHeaderClient.java23 import io.grpc.InsecureChannelCredentials;
48 .newChannelBuilderForAddress(host, port, InsecureChannelCredentials.create()) in CustomHeaderClient()

12345678910