Searched refs:lb_calld (Results 1 – 1 of 1) sorted by relevance
650 BalancerCallState* lb_calld = static_cast<BalancerCallState*>(arg); in MaybeSendClientLoadReportLocked() local651 GrpcLb* grpclb_policy = lb_calld->grpclb_policy(); in MaybeSendClientLoadReportLocked()652 lb_calld->client_load_report_timer_callback_pending_ = false; in MaybeSendClientLoadReportLocked()653 if (error != GRPC_ERROR_NONE || lb_calld != grpclb_policy->lb_calld_.get()) { in MaybeSendClientLoadReportLocked()654 lb_calld->Unref(DEBUG_LOCATION, "client_load_report"); in MaybeSendClientLoadReportLocked()660 if (lb_calld->send_message_payload_ == nullptr) { in MaybeSendClientLoadReportLocked()661 lb_calld->SendClientLoadReportLocked(); in MaybeSendClientLoadReportLocked()663 lb_calld->client_load_report_is_due_ = true; in MaybeSendClientLoadReportLocked()720 BalancerCallState* lb_calld = static_cast<BalancerCallState*>(arg); in ClientLoadReportDoneLocked() local721 GrpcLb* grpclb_policy = lb_calld->grpclb_policy(); in ClientLoadReportDoneLocked()[all …]