Searched refs:TEMP_TABLE_PDP_PROFILE (Results 1 – 2 of 2) sorted by relevance
91 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()
149 constexpr const char *TEMP_TABLE_PDP_PROFILE = "temp_pdp_profile"; variable