Lines Matching refs:attachApn
803 sptr<ApnItem> attachApn = apnManager_->GetRilAttachApn();
804 if (attachApn != nullptr) {
805 proxyIpAddress = attachApn->attr_.proxyIpAddress_;
1792 sptr<ApnItem> attachApn = apnManager_->GetRilAttachApn();
1793 if (attachApn == nullptr) {
1794 TELEPHONY_LOGE("Slot%{public}d: attachApn is null", slotId_);
1797 dataProfile.profileId = attachApn->attr_.profileId_;
1798 dataProfile.apn = attachApn->attr_.apn_;
1799 dataProfile.protocol = attachApn->attr_.protocol_;
1800 dataProfile.verType = attachApn->attr_.authType_;
1801 dataProfile.userName = attachApn->attr_.user_;
1802 dataProfile.password = attachApn->attr_.password_;
1803 dataProfile.roamingProtocol = attachApn->attr_.roamingProtocol_;