Home
last modified time | relevance | path

Searched refs:FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/core/end2end/
Dend2end_tests.h30 #define FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS 4 macro
Dh2_ssl_cert_test.cc201 FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS | \
/external/grpc-grpc/test/core/end2end/fixtures/
Dh2_local.cc135 FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS,
Dh2_ssl.cc146 FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS |
Dh2_ssl_proxy.cc187 FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS |
Dh2_oauth2.cc216 FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS |
/external/grpc-grpc/src/objective-c/tests/CoreCronetEnd2EndTests/
DCoreCronetEnd2EndTests.mm151 FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION | FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS, nullptr,
/external/grpc-grpc/test/core/end2end/tests/
Dcall_creds.cc469 if (config.feature_mask & FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS) { in call_creds()