Home
last modified time | relevance | path

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

/base/telephony/data_storage/common/src/
Drdb_base_helper.cpp32 const std::string &whereClause, const std::vector<std::string> &whereArgs) in Update() argument
36 ret = store_->Update(changedRows, table, values, whereClause, whereArgs); in Update()
52 const std::vector<std::string> &whereArgs) in Delete() argument
56 ret = store_->Delete(changedRows, table, whereClause, whereArgs); in Delete()
/base/notification/ans_standard/frameworks/ans/native/src/
Dreminder_store.cpp158 std::vector<std::string> whereArgs; in Delete() local
159 int32_t result = rdbStore_->Delete(deletedRows, REMINDER_DB_TABLE, deleteCondition, whereArgs); in Delete()
217 std::vector<std::string> whereArgs; in Update() local
218 …2_t result = rdbStore_->Update(changedRows, REMINDER_DB_TABLE, values, updateCondition, whereArgs); in Update()
234 std::vector<std::string> whereArgs; in IsReminderExist() local
235 …ptr<NativeRdb::AbsSharedResultSet> queryResultSet = rdbStore_->QuerySql(queryCondition, whereArgs); in IsReminderExist()
255 std::vector<std::string> whereArgs; in Query() local
256 queryResultSet = rdbStore_->QuerySql(queryCondition, whereArgs); in Query()
/base/telephony/data_storage/common/include/
Drdb_base_helper.h32 const std::vector<std::string> &whereArgs = std::vector<std::string>());
35 const std::vector<std::string> &whereArgs = std::vector<std::string>());