Home
last modified time | relevance | path

Searched refs:grpc_channel_arg_pointer_create (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/
Dcredentials.cc70 return grpc_channel_arg_pointer_create( in grpc_channel_credentials_to_arg()
138 return grpc_channel_arg_pointer_create( in grpc_server_credentials_to_arg()
/third_party/grpc/test/core/channel/
Dchannel_args_test.cc89 client_a[2] = grpc_channel_arg_pointer_create( in test_channel_create_with_args()
153 client_a[2] = grpc_channel_arg_pointer_create( in test_channel_create_with_global_mutator()
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel_factory.cc42 return grpc_channel_arg_pointer_create( in CreateChannelArg()
Dconfig_selector.cc45 return grpc_channel_arg_pointer_create( in MakeChannelArg()
Dsubchannel_pool_interface.cc84 return grpc_channel_arg_pointer_create( in CreateChannelArg()
Dclient_channel.cc2305 args_to_add.push_back(grpc_channel_arg_pointer_create( in UpdateServiceConfigInDataPlaneLocked()
2309 args_to_add.push_back(grpc_channel_arg_pointer_create( in UpdateServiceConfigInDataPlaneLocked()
/third_party/grpc/src/core/lib/security/transport/
Dtarget_authority_table.cc55 return grpc_channel_arg_pointer_create((char*)GRPC_ARG_TARGET_AUTHORITY_TABLE, in CreateTargetAuthorityTableChannelArg()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_balancer_addresses.cc64 return grpc_channel_arg_pointer_create( in CreateGrpclbBalancerAddressesArg()
/third_party/grpc/src/core/lib/iomgr/
Dsocket_mutator.cc81 return grpc_channel_arg_pointer_create( in grpc_socket_mutator_to_arg()
Dsocket_factory_posix.cc90 return grpc_channel_arg_pointer_create( in grpc_socket_factory_to_arg()
/third_party/grpc/src/core/lib/channel/
Dchannel_args.h116 grpc_arg grpc_channel_arg_pointer_create(char* name, void* value,
Dchannel_args.cc335 grpc_arg grpc_channel_arg_pointer_create( in grpc_channel_arg_pointer_create() function
/third_party/grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc107 return grpc_channel_arg_pointer_create( in grpc_security_connector_to_arg()
Dssl_utils.cc512 return grpc_channel_arg_pointer_create( in grpc_ssl_session_cache_create_channel_arg()
/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.cc298 return grpc_channel_arg_pointer_create( in grpc_auth_context_to_arg()
/third_party/grpc/src/core/lib/http/
Dhttpcli.cc211 grpc_arg arg = grpc_channel_arg_pointer_create( in next_address()
/third_party/grpc/src/core/ext/xds/
Dxds_certificate_provider.cc391 return grpc_channel_arg_pointer_create( in MakeChannelArg()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc211 grpc_arg new_arg = grpc_channel_arg_pointer_create( in CreateChannelzNode()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc2427 return grpc_channel_arg_pointer_create(const_cast<char*>(GRPC_ARG_XDS_CLIENT), in MakeChannelArg()