/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | create_test_channel.cc | 145 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() 204 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() 221 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() 233 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() 244 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/ |
D | create_channel_internal.cc | 30 std::shared_ptr<Channel> CreateChannelInternal( in CreateChannelInternal()
|
D | insecure_credentials.cc | 45 std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
|
D | cronet_credentials.cc | 51 std::shared_ptr<grpc::Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
|
D | create_channel.cc | 72 std::shared_ptr<grpc::Channel> CreateCustomChannelWithInterceptors( in CreateCustomChannelWithInterceptors()
|
D | create_channel_posix.cc | 69 std::shared_ptr<Channel> CreateCustomInsecureChannelWithInterceptorsFromFd( in CreateCustomInsecureChannelWithInterceptorsFromFd()
|
D | channel_cc.cc | 47 Channel::Channel( in Channel()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/client/ |
H A D | create_channel_internal.cc | 30 std::shared_ptr<Channel> CreateChannelInternal( in CreateChannelInternal()
|
H A D | channel_credentials.cc | 34 std::shared_ptr<Channel> ChannelCredentials::CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
|
H A D | insecure_credentials.cc | 35 std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
|
H A D | cronet_credentials.cc | 42 std::shared_ptr<grpc::Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
|
H A D | create_channel.cc | 72 std::shared_ptr<grpc::Channel> CreateCustomChannelWithInterceptors( in CreateCustomChannelWithInterceptors()
|
H A D | create_channel_posix.cc | 69 std::shared_ptr<Channel> CreateCustomInsecureChannelWithInterceptorsFromFd( in CreateCustomInsecureChannelWithInterceptorsFromFd()
|
H A D | channel_cc.cc | 47 Channel::Channel( in Channel()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/ |
H A D | chaotic_good.cc | 34 std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/interceptors/ |
H A D | client.cc | 115 interceptor_creators; in main() local
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | client_helper.cc | 80 std::shared_ptr<Channel> CreateChannelForTestCase( in CreateChannelForTestCase()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | end2end_test.cc | 399 void ResetChannel( in ResetChannel() 437 void ResetStub( in ResetStub() 1881 interceptor_creators; in TEST_P() local 1910 interceptor_creators; in TEST_P() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/ |
D | server.h | 214 interceptor_creators() override { in interceptor_creators() function
|
D | server_interface.h | 355 interceptor_creators() { in interceptor_creators() function
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/ |
H A D | server.h | 213 interceptor_creators() override { in interceptor_creators() function
|
H A D | server_interface.h | 354 interceptor_creators() { in interceptor_creators() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | server.h | 214 interceptor_creators() override { in interceptor_creators() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/ |
D | server_cc.cc | 887 Server::Server( in Server() 1015 Server::experimental_type::InProcessChannelWithInterceptors( in InProcessChannelWithInterceptors()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/ |
H A D | server_cc.cc | 889 Server::Server( in Server() 1017 Server::experimental_type::InProcessChannelWithInterceptors( in InProcessChannelWithInterceptors()
|