Home
last modified time | relevance | path

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

/base/telephony/telephony_data/pdp_profile/src/
Drdb_pdp_profile_helper.cpp66 createTableStr.append(PdpProfileData::APN_ROAM_PROTOCOL).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()
77 createTableStr.append(PdpProfileData::APN_ROAM_PROTOCOL).append(", "); in CreatePdpProfileTableStr()
/base/telephony/telephony_data/interfaces/innerkits/include/
Dpdp_profile_data.h90 static constexpr const char *APN_ROAM_PROTOCOL = "apn_roam_protocol"; variable
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_rdb_helper.cpp134 result->GetColumnIndex(PdpProfileData::APN_ROAM_PROTOCOL, index); in ReadApnResult()
/base/telephony/telephony_data/common/src/
Dparser_util.cpp152 value.PutString(PdpProfileData::APN_ROAM_PROTOCOL, bean.roamPdpProtocol); in ParserPdpProfileToValuesBucket()