Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp72 createTableStr.append(PdpProfileData::MVNO_TYPE).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()
80 createTableStr.append(PdpProfileData::MVNO_TYPE).append(", "); in CreatePdpProfileTableStr()
H A Drdb_pdp_profile_callback.cpp33 std::string(PdpProfileData::MVNO_TYPE) + " TEXT;"); in OnUpgrade()
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h102 static constexpr const char *MVNO_TYPE = "mvno_type"; variable
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp131 predicates.EqualTo(PdpProfileData::MVNO_TYPE, mvnoType) in QueryMvnoApnsByType()
239 result->GetColumnIndex(PdpProfileData::MVNO_TYPE, index); in MakePdpProfile()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp210 value.PutString(PdpProfileData::MVNO_TYPE, bean.mvnoType); in ParserPdpProfileToValuesBucket()
/ohos5.0/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp331 value.Put(PdpProfileData::MVNO_TYPE, "gid1"); in PdpProfileInsert()