Home
last modified time | relevance | path

Searched refs:TEMP_TABLE_PDP_PROFILE (Results 1 – 2 of 2) sorted by relevance

/base/telephony/telephony_data/pdp_profile/src/
Drdb_pdp_profile_helper.cpp91 CreatePdpProfileTableStr(pdpProfileStr, TEMP_TABLE_PDP_PROFILE); in ResetApn()
109 Insert(id, value, TEMP_TABLE_PDP_PROFILE); in ResetApn()
119 …sql.append("alter table ").append(TEMP_TABLE_PDP_PROFILE).append(" rename to ").append(TABLE_PDP_P… in ResetApn()
/base/telephony/telephony_data/interfaces/innerkits/include/
Dpdp_profile_data.h149 constexpr const char *TEMP_TABLE_PDP_PROFILE = "temp_pdp_profile"; variable