Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/cpp/interceptors/
Dserver.cc60 class LoggingInterceptorFactory : public ServerInterceptorFactoryInterface { class
132 new LoggingInterceptorFactory())); in RunServer()
/external/grpc-grpc/test/cpp/end2end/
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()
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()