Searched refs:TABLE_PDP_PROFILE (Results 1 – 3 of 3) sorted by relevance
38 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()
126 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()
148 constexpr const char *TABLE_PDP_PROFILE = "pdp_profile"; variable