Home
last modified time | relevance | path

Searched refs:g_test_is_on_gce (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/security/
Dcredentials_test.cc127 static bool g_test_is_on_gce = false; variable
925 return g_test_is_on_gce; in test_gce_tenancy_checker()
942 g_test_is_on_gce = true; in test_google_default_creds_gce()
981 g_test_is_on_gce = false; in test_no_google_default_creds()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc239 static bool g_test_is_on_gce = false; variable
1452 return g_test_is_on_gce; in test_gce_tenancy_checker()
1462 g_test_is_on_gce = true; in test_google_default_creds_auth_key()
1537 g_test_is_on_gce = true; in test_google_default_creds_gce()
1574 g_test_is_on_gce = false; in test_google_default_creds_non_gce()
1614 g_test_is_on_gce = false; in test_no_google_default_creds()
1642 g_test_is_on_gce = true; in test_google_default_creds_call_creds_specified()
1701 g_test_is_on_gce = true; in test_google_default_creds_not_default()