Home
last modified time | relevance | path

Searched refs:bootstrap_source (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/ext/csm/
H A Dmesh_id_test.cc36 explicit TestScenario(XdsBootstrapSource bootstrap_source) in TestScenario() argument
37 : bootstrap_source_(bootstrap_source) {} in TestScenario()
48 XdsBootstrapSource bootstrap_source() const { return bootstrap_source_; } in bootstrap_source() function in grpc::testing::__anon73110bfa0111::TestScenario
57 switch (GetParam().bootstrap_source()) { in SetBootstrap()
H A Dmetadata_exchange_test.cc82 explicit TestScenario(ResourceType type, XdsBootstrapSource bootstrap_source) in TestScenario() argument
83 : type_(type), bootstrap_source_(bootstrap_source) {} in TestScenario()
122 XdsBootstrapSource bootstrap_source() const { return bootstrap_source_; } in bootstrap_source() function in grpc::testing::__anond9016ec40111::TestScenario
170 switch (GetParam().bootstrap_source()) {
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test_lib.cc191 if (GetParam().bootstrap_source() == in Serve()
513 if (GetParam().bootstrap_source() == XdsTestType::kBootstrapFromEnvVar) { in InitClient()
515 } else if (GetParam().bootstrap_source() == XdsTestType::kBootstrapFromFile) { in InitClient()
521 if (GetParam().bootstrap_source() != XdsTestType::kBootstrapFromChannelArg) { in InitClient()
557 if (GetParam().bootstrap_source() == XdsTestType::kBootstrapFromChannelArg) { in CreateChannel()
H A Dxds_end2end_test_lib.h99 XdsTestType& set_bootstrap_source(BootstrapSource bootstrap_source) { in set_bootstrap_source() argument
100 bootstrap_source_ = bootstrap_source; in set_bootstrap_source()
123 BootstrapSource bootstrap_source() const { return bootstrap_source_; } in bootstrap_source() function
H A Dxds_core_end2end_test.cc360 ASSERT_NE(GetParam().bootstrap_source(), in TEST_P()
406 ASSERT_NE(GetParam().bootstrap_source(), in TEST_P()