Home
last modified time | relevance | path

Searched defs:ChannelArguments (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc34 ChannelArguments::ChannelArguments() { in ChannelArguments() function in grpc::ChannelArguments
39 ChannelArguments::ChannelArguments(const ChannelArguments& other) in ChannelArguments() function in grpc::ChannelArguments
/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dchannel_arguments.cc35 ChannelArguments::ChannelArguments() { in ChannelArguments() function in grpc::ChannelArguments
40 ChannelArguments::ChannelArguments(const ChannelArguments& other) in ChannelArguments() function in grpc::ChannelArguments
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/client/
H A Dchannel_create.cc174 const ChannelArguments&) { in CreateCustomBinderChannel()
197 const ChannelArguments&) { in CreateCustomBinderChannel()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/client/
Dchannel_create.cc186 const ChannelArguments&) { in CreateCustomBinderChannel()
209 const ChannelArguments&) { in CreateCustomBinderChannel()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dload_reporting_service_server_builder_plugin.h54 void UpdateChannelArguments(grpc::ChannelArguments* /*args*/) override {} in UpdateChannelArguments()
/aosp_15_r20/external/grpc-grpc/src/cpp/server/load_reporter/
H A Dload_reporting_service_server_builder_plugin.h54 void UpdateChannelArguments(grpc::ChannelArguments* /*args*/) override {} in UpdateChannelArguments()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dserver_builder_plugin.h58 virtual void UpdateChannelArguments(ChannelArguments* /*args*/) {} in UpdateChannelArguments() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dserver_builder_plugin.h58 virtual void UpdateChannelArguments(ChannelArguments* /*args*/) {} in UpdateChannelArguments() argument
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dserver_builder_plugin.h58 virtual void UpdateChannelArguments(ChannelArguments* /*args*/) {} in UpdateChannelArguments() argument
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dxds_federation_client.cc99 auto channel_creation_func = [uris, creds, i](grpc::ChannelArguments) { in main()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h106 const grpc::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h106 const grpc::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dserver.h78 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument
/aosp_15_r20/external/grpc-grpc/include/grpcpp/
H A Dserver.h77 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver.h78 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dserver_builder_plugin_test.cc104 void UpdateArguments(ChannelArguments* /*arg*/) override {} in UpdateArguments() argument
H A Dasync_end2end_test.cc242 void UpdateArguments(ChannelArguments* /*arg*/) override {} in UpdateArguments() argument
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dcreate_test_channel.cc45 grpc::ChannelArguments* /*args*/) override { in GetChannelCredentials()