Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dclient_interceptors_end2end_test.cc704 class LoggingInterceptorFactory class
840 creators.push_back(std::make_unique<LoggingInterceptorFactory>()); in TEST_P()
913 creators.push_back(std::make_unique<LoggingInterceptorFactory>()); in TEST_F()
973 creators.push_back(std::make_unique<LoggingInterceptorFactory>()); in TEST_F()
992 creators.push_back(std::make_unique<LoggingInterceptorFactory>()); in TEST_F()
1012 creators.push_back(std::make_unique<LoggingInterceptorFactory>()); in TEST_F()
1050 creators.push_back(std::make_unique<LoggingInterceptorFactory>()); in TEST_F()
1068 creators.push_back(std::make_unique<LoggingInterceptorFactory>()); in TEST_F()
1154 creators.push_back(std::make_unique<LoggingInterceptorFactory>()); in TEST_F()
1213 LoggingInterceptorFactory global_factory; in TEST_F()
H A Dserver_interceptors_end2end_test.cc136 class LoggingInterceptorFactory class
249 new LoggingInterceptorFactory())); in ServerInterceptorsEnd2endSyncUnaryTest()
294 new LoggingInterceptorFactory())); in ServerInterceptorsEnd2endSyncStreamingTest()
350 new LoggingInterceptorFactory())); in TEST_F()
422 new LoggingInterceptorFactory())); in TEST_F()
/aosp_15_r20/external/grpc-grpc/examples/cpp/interceptors/
H A Dserver.cc60 class LoggingInterceptorFactory : public ServerInterceptorFactoryInterface { class
132 new LoggingInterceptorFactory())); in RunServer()