Home
last modified time | relevance | path

Searched defs:locality_zone (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_bootstrap_grpc.h56 const std::string& locality_zone() const override { return locality_.zone; } in locality_zone() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_bootstrap_grpc.h54 const std::string& locality_zone() const override { return locality_.zone; } in locality_zone() function
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_client_test.cc98 const std::string& locality_zone() const override { in locality_zone() function in grpc_core::testing::__anon1b480ec00111::XdsClientTest::FakeXdsBootstrap::FakeNode
111 void set_locality_zone(std::string locality_zone) { in set_locality_zone()