Searched refs:server_name_ (Results 1 – 3 of 3) sorted by relevance
17 CreateServerEndpoint(options, &server_name_)); in NamedPlatformChannel()40 command_line->AppendSwitchNative(kNamedHandleSwitch, server_name_); in PassServerNameOnCommandLine()
91 const ServerName& GetServerName() const { return server_name_; } in COMPONENT_EXPORT()114 ServerName server_name_; in COMPONENT_EXPORT() local
283 const char* server_name_ = nullptr; member in grpc_core::__anon90bb72ae0111::GrpcLb507 GPR_ASSERT(grpclb_policy()->server_name_ != nullptr); in BalancerCallState()508 GPR_ASSERT(grpclb_policy()->server_name_[0] != '\0'); in BalancerCallState()520 grpc_grpclb_request_create(grpclb_policy()->server_name_); in BalancerCallState()1054 server_name_ = gpr_strdup(uri->path[0] == '/' ? uri->path + 1 : uri->path); in GrpcLb()1058 this, server_name_); in GrpcLb()1075 gpr_free((void*)server_name_); in ~GrpcLb()1315 gpr_asprintf(&uri_str, "fake:///%s", server_name_); in ProcessChannelArgsLocked()