Home
last modified time | relevance | path

Searched defs:server_uri (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_xds_tests.py2730 def test_csds(gcp, original_backend_service, instance_group, server_uri): argument
4042 server_uri = service_host_name variable
4044 server_uri = service_host_name + ":" + str(gcp.service_port) variable
4098 server_uri = service_host_name variable
4253 server_uri = test_api_listener( variable
4260 server_uri = test_forwarding_rule_port_match( variable
4264 server_uri = test_forwarding_rule_default_port( variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py2245 def test_csds(gcp, original_backend_service, instance_group, server_uri): argument
3320 server_uri = service_host_name variable
3322 server_uri = service_host_name + ':' + str(gcp.service_port) variable
3361 server_uri = service_host_name variable
3471 server_uri = test_api_listener(gcp, backend_service, variable
3475 server_uri = test_forwarding_rule_port_match( variable
3478 server_uri = test_forwarding_rule_default_port( variable
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dinterop_client.cc1228 const std::string& server_uri, const bool reset_channel_per_iteration, in PerformSoakTest()
1328 const std::string& server_uri, int32_t soak_iterations, in DoRpcSoakTest()
1344 const std::string& server_uri, int32_t soak_iterations, in DoChannelSoakTest()
H A Dclient_helper.cc86 std::string server_uri = absl::GetFlag(FLAGS_server_host); in CreateChannelForTestCase() local
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dretry_filter.cc114 auto server_uri = args.GetString(GRPC_ARG_SERVER_URI); in RetryFilter() local
H A Dhttp_proxy_mapper.cc206 absl::string_view server_uri, ChannelArgs* args) { in MapName()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/handshaker/
Dproxy_mapper_registry.cc48 absl::string_view server_uri, ChannelArgs* args) const { in MapName()
/aosp_15_r20/external/grpc-grpc/src/core/lib/handshaker/
H A Dproxy_mapper_registry.cc48 absl::string_view server_uri, ChannelArgs* args) const { in MapName()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dhttp_proxy.cc163 absl::string_view server_uri, ChannelArgs* args) { in MapName()
Dretry_filter.cc192 auto server_uri = args.GetString(GRPC_ARG_SERVER_URI); in RetryFilter() local
Dclient_channel.cc1047 absl::optional<std::string> server_uri = in ClientChannel() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_bootstrap_grpc.h81 const std::string& server_uri() const override { return server_uri_; } in server_uri() function
H A Dxds_client.h246 absl::string_view server_uri() const { return server_.server_uri(); } in server_uri() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_bootstrap_grpc.h79 const std::string& server_uri() const override { return server_uri_; } in server_uri() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/
Dgoogle_c2p_resolver.cc238 const char* server_uri = in StartXdsResolver() local
/aosp_15_r20/external/grpc-grpc/src/core/resolver/google_c2p/
H A Dgoogle_c2p_resolver.cc242 const char* server_uri = in StartXdsResolver() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/client/
H A Dchannel_create.cc129 string server_uri = "binder:" + connection_id; in CreateCustomBinderChannel() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/client/
Dchannel_create.cc132 string server_uri = "binder:" + connection_id; in CreateCustomBinderChannel() local
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_utils.cc97 for (absl::string_view server_uri : server_uris) { in MakeXdsServersText() local
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/proto/
H A Dservice_config.proto255 string server_uri = 1 [json_name = "server_uri"]; // Required. field
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/logging/
H A Dlogging_filter.cc352 absl::optional<std::string> server_uri = in Create() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/logging/
Dlogging_filter.cc354 absl::optional<std::string> server_uri = in Create() local
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_client_test.cc133 absl::string_view server_uri = kDefaultXdsServerUrl, in FakeXdsServer()
137 const std::string& server_uri() const override { return server_uri_; } in server_uri() function in grpc_core::testing::__anon1b480ec00111::XdsClientTest::FakeXdsBootstrap::FakeXdsServer
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dhs20_supplicant.c56 char server_uri[256]; member
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dap_config.h654 char *server_uri; member