Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/state_machine/
Dcellular_data_state_machine.cpp89 ActivateDataParam activeDataParam; in DoConnect() local
90 activeDataParam.param = connectId_; in DoConnect()
91 activeDataParam.radioTechnology = radioTech; in DoConnect()
92 activeDataParam.allowRoaming = connectionParams.GetRoamingState(); in DoConnect()
93 activeDataParam.isRoaming = connectionParams.GetUserDataRoaming(); in DoConnect()
94 activeDataParam.dataProfile.profileId = apn->attr_.profileId_; in DoConnect()
95 activeDataParam.dataProfile.apn = apn->attr_.apn_; in DoConnect()
96 activeDataParam.dataProfile.protocol = apn->attr_.protocol_; in DoConnect()
97 activeDataParam.dataProfile.verType = apn->attr_.authType_; in DoConnect()
98 activeDataParam.dataProfile.userName = apn->attr_.user_; in DoConnect()
[all …]