Home
last modified time | relevance | path

Searched refs:dataInfoWithApnTypes (Results 1 - 1 of 1) sorted by relevance

/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp177 HRilDataInfoWithApnTypes dataInfoWithApnTypes; in ActivatePdpContextWithApnTypes() local
178 dataInfoWithApnTypes.apn = StringToCString(dataCallInfoWithApnTypes.dataProfileInfo.apn); in ActivatePdpContextWithApnTypes()
179 dataInfoWithApnTypes.type = StringToCString(dataCallInfoWithApnTypes.dataProfileInfo.protocol); in ActivatePdpContextWithApnTypes()
180 dataInfoWithApnTypes.roamingType = StringToCString(dataCallInfoWithApnTypes.dataProfileInfo.roamingProtocol); in ActivatePdpContextWithApnTypes()
181 dataInfoWithApnTypes.userName = StringToCString(dataCallInfoWithApnTypes.dataProfileInfo.userName); in ActivatePdpContextWithApnTypes()
182 dataInfoWithApnTypes.password = StringToCString(dataCallInfoWithApnTypes.dataProfileInfo.password); in ActivatePdpContextWithApnTypes()
183 dataInfoWithApnTypes.verType = dataCallInfoWithApnTypes.dataProfileInfo.authenticationType; in ActivatePdpContextWithApnTypes()
184 dataInfoWithApnTypes.rat = dataCallInfoWithApnTypes.radioTechnology; in ActivatePdpContextWithApnTypes()
185 dataInfoWithApnTypes.roamingEnable = dataCallInfoWithApnTypes.roamingAllowed ? 1 : 0; in ActivatePdpContextWithApnTypes()
186 dataInfoWithApnTypes in ActivatePdpContextWithApnTypes()
[all...]

Completed in 2 milliseconds