Home
last modified time | relevance | path

Searched refs:SetChannelArgs (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/test/cpp/common/
Dchannel_arguments_test.cc83 void SetChannelArgs(const ChannelArguments& channel_args, in SetChannelArgs() function in grpc::testing::ChannelArgumentsTest
85 channel_args.SetChannelArgs(args); in SetChannelArgs()
100 SetChannelArgs(channel_args_, &args); in VerifyDefaultChannelArgs()
109 SetChannelArgs(channel_args_, &args); in HasArg()
241 SetChannelArgs(new_channel_args, &args); in TEST_F()
/third_party/grpc/src/cpp/client/
Dcreate_channel_posix.cc48 args.SetChannelArgs(&channel_args); in CreateCustomInsecureChannelFromFd()
66 args.SetChannelArgs(&channel_args); in CreateCustomInsecureChannelWithInterceptorsFromFd()
Dinsecure_credentials.cc46 args.SetChannelArgs(&channel_args); in CreateChannelWithInterceptors()
Dcronet_credentials.cc49 args.SetChannelArgs(&channel_args); in CreateChannelWithInterceptors()
Dsecure_credentials.cc68 args.SetChannelArgs(&channel_args); in CreateChannelWithInterceptors()
/third_party/grpc/include/grpcpp/support/
Dchannel_arguments_impl.h61 void SetChannelArgs(grpc_channel_args* channel_args) const;
Dchannel_arguments.h57 void SetChannelArgs(grpc_channel_args* channel_args) const;
/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc210 void ChannelArguments::SetChannelArgs(grpc_channel_args* channel_args) const { in SetChannelArgs() function in grpc::ChannelArguments
/third_party/grpc/src/cpp/server/
Dserver_cc.cc942 args->SetChannelArgs(&channel_args); in Server()