Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp236 result->GetString(index, apnBean.pdpProtocol); in MakePdpProfile()
247 if (apnBean.pdpProtocol.empty()) { in MakePdpProfile()
248 apnBean.pdpProtocol = "IP"; in MakePdpProfile()
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h135 std::string pdpProtocol = ""; // see PdpProtocol member
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_item.cpp110 …if (strcpy_s(apnItem->attr_.protocol_, ALL_APN_ITEM_CHAR_LENGTH, apnData.pdpProtocol.c_str()) != E… in MakeApn()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp175 bean.pdpProtocol = pdpProtocolStr.empty() ? "IP" : pdpProtocolStr; in ParserPdpProfileInfos()
208 value.PutString(PdpProfileData::APN_PROTOCOL, bean.pdpProtocol); in ParserPdpProfileToValuesBucket()
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1954 apnBean.pdpProtocol = "";
1958 ASSERT_EQ("IP", apnBean.pdpProtocol);
1972 apnBean.pdpProtocol = "ABC";
1976 ASSERT_EQ("ABC", apnBean.pdpProtocol);