Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dend2end_test.cc193 class TestAuthMetadataProcessor : public AuthMetadataProcessor { class
197 explicit TestAuthMetadataProcessor(bool is_blocking) in TestAuthMetadataProcessor() function in grpc::testing::__anon1319a15e0111::TestAuthMetadataProcessor
248 const char TestAuthMetadataProcessor::kGoodGuy[] = "Dr Jekyll";
249 const char TestAuthMetadataProcessor::kIdentityPropName[] = "novel identity";
1786 auto* processor = new TestAuthMetadataProcessor(true); in TEST_P()
1796 TestAuthMetadataProcessor::kGoodGuy); in TEST_P()
1807 std::string("Bearer ") + TestAuthMetadataProcessor::kGoodGuy)); in TEST_P()
1811 auto* processor = new TestAuthMetadataProcessor(true); in TEST_P()
2092 auto* processor = new TestAuthMetadataProcessor(false); in TEST_P()
2102 TestAuthMetadataProcessor::kGoodGuy); in TEST_P()
[all …]