/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | BootstrapperImplTest.java | 26 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 D | SharedXdsClientPoolProviderTest.java | 25 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 D | client_interceptors_end2end_test.cc | 787 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 D | server_interceptors_end2end_test.cc | 267 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 D | InsecureChannelCredentials.java | 20 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 D | pre_stop_hook_server_test.cc | 87 InsecureChannelCredentials()); in TEST() 117 InsecureChannelCredentials()); in TEST() 136 InsecureChannelCredentials()); in TEST() 178 InsecureChannelCredentials()); in TEST() 202 InsecureChannelCredentials()); in TEST()
|
H A D | istio_echo_server_lib.cc | 75 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 D | XdsHelloWorldClient.java | 22 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 D | HelloWorldDebuggableClient.java | 21 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 D | UdsNettyChannelProviderTest.java | 24 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 D | NettyChannelBuilderTest.java | 26 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 D | ShadingTest.java | 23 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 D | InsecureXdsCredentialsProvider.java | 20 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 D | OkHttpChannelBuilderTest.java | 34 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 D | InsecureXdsCredentialsProviderTest.java | 23 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 D | TesterOkHttpChannelBuilder.java | 22 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 D | EchoTestServerTest.java | 28 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 D | UdsChannelBuilder.java | 22 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/ |
D | VhalProxyServerCmd.cpp | 37 using ::grpc::InsecureChannelCredentials; 64 auto channel = CreateChannel(eth_addr, InsecureChannelCredentials()); in main()
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/helloworld/ |
H A D | xds_greeter_client.cc | 85 ? 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 D | HelloWorldClient.java | 21 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 D | CompressingHelloWorldClient.java | 20 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 D | KeepAliveClient.java | 21 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 D | xds_greeter_client.cc | 102 ? 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 D | CustomHeaderClient.java | 23 import io.grpc.InsecureChannelCredentials; 48 .newChannelBuilderForAddress(host, port, InsecureChannelCredentials.create()) in CustomHeaderClient()
|