Home
last modified time | relevance | path

Searched defs:PdpProfile (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h121 struct PdpProfile { struct
122 int profileId = 0;
124 std::string mcc = "";
125 std::string mnc = "";
126 std::string apn = "";
127 int authType = 0;
129 std::string authPwd = "";
131 int isRoamingApn = 1;
132 std::string homeUrl = "";
140 int edited = 0;
[all …]