Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dserver_interceptors_end2end_test.cc137 : public experimental::ServerInterceptorFactoryInterface {
167 : public experimental::ServerInterceptorFactoryInterface {
202 : public experimental::ServerInterceptorFactoryInterface {
239 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>> in ServerInterceptorsEnd2endSyncUnaryTest()
242 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncUnaryTest()
245 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncUnaryTest()
248 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncUnaryTest()
284 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>> in ServerInterceptorsEnd2endSyncStreamingTest()
287 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncStreamingTest()
290 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>( in ServerInterceptorsEnd2endSyncStreamingTest()
[all …]
H A Dinterceptors_util.h78 public experimental::ServerInterceptorFactoryInterface {
130 public experimental::ServerInterceptorFactoryInterface {
H A Dclient_callback_end2end_test.cc111 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>> in SetUp()
H A Dend2end_test.cc368 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>> in BuildAndStartServer()
/aosp_15_r20/external/grpc-grpc/examples/cpp/interceptors/
H A Dserver.cc41 using grpc::experimental::ServerInterceptorFactoryInterface;
60 class LoggingInterceptorFactory : public ServerInterceptorFactoryInterface {
130 std::vector<std::unique_ptr<ServerInterceptorFactoryInterface>> creators; in RunServer()
131 creators.push_back(std::unique_ptr<ServerInterceptorFactoryInterface>( in RunServer()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dserver.h184 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>
186 experimental::ServerInterceptorFactoryInterface>>(),
213 std::vector<std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
286 std::vector<std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>
Dserver_builder.h262 grpc::experimental::ServerInterceptorFactoryInterface>> in SetInterceptorCreators()
415 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>>
Dserver_interface.h56 class ServerInterceptorFactoryInterface; variable
354 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
Dserver_context.h437 grpc::experimental::ServerInterceptorFactoryInterface>>& creators) { in set_server_rpc_info()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/
H A Dserver.h183 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>
185 experimental::ServerInterceptorFactoryInterface>>(),
212 std::vector<std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
285 std::vector<std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>
H A Dserver_builder.h261 grpc::experimental::ServerInterceptorFactoryInterface>> in SetInterceptorCreators()
414 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>>
H A Dserver_interface.h55 class ServerInterceptorFactoryInterface; variable
353 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
H A Dserver_context.h437 grpc::experimental::ServerInterceptorFactoryInterface>>& creators) { in set_server_rpc_info()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver.h184 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>
186 experimental::ServerInterceptorFactoryInterface>>(),
213 std::vector<std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
286 std::vector<std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>
Dserver_builder.h262 grpc::experimental::ServerInterceptorFactoryInterface>> in SetInterceptorCreators()
415 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>>
Dserver_interface.h56 class ServerInterceptorFactoryInterface; variable
354 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
Dserver_context.h437 grpc::experimental::ServerInterceptorFactoryInterface>>& creators) { in set_server_rpc_info()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dserver_interceptor.h44 class ServerInterceptorFactoryInterface {
46 virtual ~ServerInterceptorFactoryInterface() {} in ~ServerInterceptorFactoryInterface()
109 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>& in RegisterInterceptors()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dserver_interceptor.h44 class ServerInterceptorFactoryInterface {
46 virtual ~ServerInterceptorFactoryInterface() {} in ~ServerInterceptorFactoryInterface()
109 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>& in RegisterInterceptors()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dserver_interceptor.h44 class ServerInterceptorFactoryInterface {
46 virtual ~ServerInterceptorFactoryInterface() {} in ~ServerInterceptorFactoryInterface()
109 std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>& in RegisterInterceptors()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc897 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>> in Server()
/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Dserver_cc.cc899 std::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface>> in Server()