Home
last modified time | relevance | path

Searched refs:TABLE_OPKEY_INFO (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_helper.cpp55 createTableStr.append("CREATE TABLE IF NOT EXISTS ").append(TABLE_OPKEY_INFO).append("("); in CreateOpKeyInfoTableStr()
78 createIndexStr.append("ON [").append(TABLE_OPKEY_INFO).append("]"); in CreateOpKeyInfoIndexStr()
93 return RdbOpKeyCallback::InitData(*store_, TABLE_OPKEY_INFO); in InitOpKeyDatabase()
H A Dopkey_ability.cpp143 helper_.Insert(id, values, TABLE_OPKEY_INFO); in Insert()
165 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Query()
206 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Update()
240 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Delete()
H A Drdb_opkey_callback.cpp52 InitData(rdbStore, TABLE_OPKEY_INFO); in OnCreate()
118 sql.append("delete from ").append(TABLE_OPKEY_INFO); in ClearData()
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dopkey_data.h84 constexpr const char *TABLE_OPKEY_INFO = "opkey_info"; variable