Home
last modified time | relevance | path

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

/base/telephony/telephony_data/pdp_profile/src/
Drdb_pdp_profile_helper.cpp38 CreatePdpProfileTableStr(pdpProfileStr, TABLE_PDP_PROFILE); in Init()
111 ret = ExecuteSql("drop table " + std::string(TABLE_PDP_PROFILE)); in ResetApn()
119 …end("alter table ").append(TEMP_TABLE_PDP_PROFILE).append(" rename to ").append(TABLE_PDP_PROFILE); in ResetApn()
Dpdp_profile_ability.cpp126 helper_.Insert(id, values, TABLE_PDP_PROFILE); in Insert()
148 …NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_PDP_PROFILE); in Query()
189 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_PDP_PROFILE); in Update()
231 …NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_PDP_PROFILE); in Delete()
/base/telephony/telephony_data/interfaces/innerkits/include/
Dpdp_profile_data.h148 constexpr const char *TABLE_PDP_PROFILE = "pdp_profile"; variable