Home
last modified time | relevance | path

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

/base/telephony/telephony_data/sim/src/
Drdb_sim_helper.cpp52 createTableStr.append("CREATE TABLE IF NOT EXISTS ").append(TABLE_SIM_INFO); in CreateSimInfoTableStr()
113 result = Update(changedRows, TABLE_SIM_INFO, values, whereClause); in SetDefaultCardByType()
157 return Update(changedRows, TABLE_SIM_INFO, values, whereClause); in UpdateCardStateByType()
174 sql.append("delete from ").append(TABLE_SIM_INFO); in ClearData()
Dsim_ability.cpp140 helper_.Insert(id, values, TABLE_SIM_INFO); in Insert()
162 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Query()
202 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Update()
281 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Delete()
/base/telephony/telephony_data/interfaces/innerkits/include/
Dsim_data.h89 constexpr const char *TABLE_SIM_INFO = "sim_info"; variable