Home
last modified time | relevance | path

Searched refs:ChannelArguments (Results 1 – 25 of 105) sorted by relevance

12345

/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc32 ChannelArguments::ChannelArguments() { in ChannelArguments() function in grpc::ChannelArguments
37 ChannelArguments::ChannelArguments(const ChannelArguments& other) in ChannelArguments() function in grpc::ChannelArguments
68 ChannelArguments::~ChannelArguments() { in ~ChannelArguments()
77 void ChannelArguments::Swap(ChannelArguments& other) { in Swap()
82 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm()
87 void ChannelArguments::SetGrpclbFallbackTimeout(int fallback_timeout) { in SetGrpclbFallbackTimeout()
91 void ChannelArguments::SetSocketMutator(grpc_socket_mutator* mutator) { in SetSocketMutator()
119 void ChannelArguments::SetUserAgentPrefix( in SetUserAgentPrefix()
144 void ChannelArguments::SetResourceQuota( in SetResourceQuota()
151 void ChannelArguments::SetMaxReceiveMessageSize(int size) { in SetMaxReceiveMessageSize()
[all …]
Dsecure_channel_arguments.cc26 void ChannelArguments::SetSslTargetNameOverride(const std::string& name) { in SetSslTargetNameOverride()
30 std::string ChannelArguments::GetSslTargetNameOverride() const { in GetSslTargetNameOverride()
/external/grpc-grpc/src/cpp/common/
Dchannel_arguments.cc32 ChannelArguments::ChannelArguments() { in ChannelArguments() function in grpc::ChannelArguments
37 ChannelArguments::ChannelArguments(const ChannelArguments& other) in ChannelArguments() function in grpc::ChannelArguments
68 ChannelArguments::~ChannelArguments() { in ~ChannelArguments()
77 void ChannelArguments::Swap(ChannelArguments& other) { in Swap()
82 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm()
87 void ChannelArguments::SetGrpclbFallbackTimeout(int fallback_timeout) { in SetGrpclbFallbackTimeout()
91 void ChannelArguments::SetSocketMutator(grpc_socket_mutator* mutator) { in SetSocketMutator()
117 void ChannelArguments::SetUserAgentPrefix( in SetUserAgentPrefix()
143 void ChannelArguments::SetResourceQuota( in SetResourceQuota()
150 void ChannelArguments::SetMaxReceiveMessageSize(int size) { in SetMaxReceiveMessageSize()
[all …]
Dsecure_channel_arguments.cc26 void ChannelArguments::SetSslTargetNameOverride(const grpc::string& name) { in SetSslTargetNameOverride()
30 grpc::string ChannelArguments::GetSslTargetNameOverride() const { in GetSslTargetNameOverride()
/external/grpc-grpc/include/grpcpp/support/
Dchannel_arguments.h39 class ChannelArguments {
41 ChannelArguments();
42 ~ChannelArguments();
44 ChannelArguments(const ChannelArguments& other);
45 ChannelArguments& operator=(ChannelArguments other) {
50 void Swap(ChannelArguments& other);
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/
Dchannel_arguments.h39 class ChannelArguments {
41 ChannelArguments();
42 ~ChannelArguments();
44 ChannelArguments(const ChannelArguments& other);
45 ChannelArguments& operator=(ChannelArguments other) {
50 void Swap(ChannelArguments& other);
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dchannel_arguments.h39 class ChannelArguments {
41 ChannelArguments();
42 ~ChannelArguments();
44 ChannelArguments(const ChannelArguments& other);
45 ChannelArguments& operator=(ChannelArguments other) {
50 void Swap(ChannelArguments& other);
/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.cc36 grpc::ChannelArguments* args) override { in GetChannelCredentials()
73 const ChannelArguments& args) { in CreateTestChannel()
74 ChannelArguments channel_args(args); in CreateTestChannel()
112 const ChannelArguments& args) { in CreateTestChannel()
127 use_prod_roots, creds, ChannelArguments()); in CreateTestChannel()
146 ChannelArguments channel_args; in CreateTestChannel()
Dtest_credentials_provider.h44 ChannelArguments* args) = 0;
62 const grpc::string& type, ChannelArguments* args) = 0;
/external/grpc-grpc/src/cpp/client/
Dcreate_channel.cc29 class ChannelArguments;
34 return CreateCustomChannel(target, creds, ChannelArguments()); in CreateChannel()
40 const ChannelArguments& args) { in CreateCustomChannel()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc64 ::grpc::ChannelArguments* CreateDefaultChannelArguments() { in CreateDefaultChannelArguments()
65 ::grpc::ChannelArguments* args = new ::grpc::ChannelArguments(); in CreateDefaultChannelArguments()
99 const ::grpc::ChannelArguments* GetDefaultChannelArguments() { in GetDefaultChannelArguments()
100 static const ::grpc::ChannelArguments* args = CreateDefaultChannelArguments(); in GetDefaultChannelArguments()
106 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options) { in GetChannelArguments()
108 ::grpc::ChannelArguments args = *GetDefaultChannelArguments(); in GetChannelArguments()
146 ::grpc::ChannelArguments args = GetChannelArguments(rpc_options); in NewHostPortGrpcChannel()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h47 const grpc::ChannelArguments& args);
53 const grpc::ChannelArguments& args,
92 const grpc::ChannelArguments& args);
98 const grpc::ChannelArguments& args,
104 const grpc::string& target, const ChannelArguments& args) = 0;
109 const grpc::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors() argument
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h47 const grpc::ChannelArguments& args);
53 const grpc::ChannelArguments& args,
92 const grpc::ChannelArguments& args);
98 const grpc::ChannelArguments& args,
104 const grpc::string& target, const ChannelArguments& args) = 0;
109 const grpc::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors() argument
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dcreate_channel.cc33 return CreateCustomChannel(target, creds, grpc::ChannelArguments()); in CreateChannel()
39 const grpc::ChannelArguments& args) { in CreateCustomChannel()
68 const grpc::ChannelArguments& args, in CreateCustomChannelWithInterceptors()
Dcreate_channel_posix.cc29 class ChannelArguments;
44 const std::string& target, int fd, const grpc::ChannelArguments& args) { in CreateCustomInsecureChannelFromFd()
59 const std::string& target, int fd, const ChannelArguments& args, in CreateCustomInsecureChannelWithInterceptorsFromFd()
Dinsecure_credentials.cc33 const std::string& target, const ChannelArguments& args) override { in CreateChannelImpl()
41 const std::string& target, const ChannelArguments& args, in CreateChannelWithInterceptors()
/external/grpc-grpc/test/cpp/common/
Dchannel_arguments_test.cc78 : pointer_vtable_({&ChannelArguments::PointerVtableMembers::Copy, in ChannelArgumentsTest()
79 &ChannelArguments::PointerVtableMembers::Destroy, in ChannelArgumentsTest()
80 &ChannelArguments::PointerVtableMembers::Compare}) {} in ChannelArgumentsTest()
82 void SetChannelArgs(const ChannelArguments& channel_args, in SetChannelArgs()
125 ChannelArguments channel_args_;
231 ChannelArguments new_channel_args(channel_args_); in TEST_F()
/external/grpc-grpc/include/grpcpp/impl/
Dserver_builder_plugin.h30 class ChannelArguments; variable
58 virtual void UpdateChannelArguments(ChannelArguments* args) {} in UpdateChannelArguments()
/external/grpc-grpc/include/grpcpp/
Dserver.h72 virtual void UpdateArguments(ChannelArguments* args) {} in UpdateArguments()
100 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args);
148 Server(int max_message_size, ChannelArguments* args,
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dcreate_channel_posix.h46 const std::string& target, int fd, const grpc::ChannelArguments& args);
59 const std::string& target, int fd, const grpc::ChannelArguments& args,
Dcreate_channel.h54 const ChannelArguments& args);
71 const ChannelArguments& args,
Dserver.h79 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument
107 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args);
119 const ChannelArguments& args,
176 Server(ChannelArguments* args,
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dcreate_channel_posix.h46 const std::string& target, int fd, const grpc::ChannelArguments& args);
59 const std::string& target, int fd, const grpc::ChannelArguments& args,
Dcreate_channel.h54 const ChannelArguments& args);
71 const ChannelArguments& args,
Dserver.h79 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument
107 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args);
119 const ChannelArguments& args,
176 Server(ChannelArguments* args,

12345