Home
last modified time | relevance | path

Searched refs:whereArgs (Results 1 - 10 of 10) sorted by relevance

/base/telephony/telephony_data/common/src/
H A Drdb_base_helper.cpp47 const std::string &whereClause, const std::vector<std::string> &whereArgs) in Update()
51 ret = store_->Update(changedRows, table, values, whereClause, whereArgs); in Update()
67 const std::vector<std::string> &whereArgs) in Delete()
71 ret = store_->Delete(changedRows, table, whereClause, whereArgs); in Delete()
46 Update(int &changedRows, const std::string &table, const NativeRdb::ValuesBucket &values, const std::string &whereClause, const std::vector<std::string> &whereArgs) Update() argument
66 Delete(int &changedRows, const std::string &table, const std::string &whereClause, const std::vector<std::string> &whereArgs) Delete() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp162 std::vector<std::string> whereArgs; in GetOldReminders() local
163 auto queryResult = store.QuerySql(sql, whereArgs); in GetOldReminders()
313 std::vector<std::string> whereArgs; in Delete() local
314 int32_t ret = rdbStore_->Delete(delRows, ReminderBaseTable::TABLE_NAME, condition, whereArgs); in Delete()
322 ret = rdbStore_->Delete(delRows, ReminderAlarmTable::TABLE_NAME, condition, whereArgs); in Delete()
330 ret = rdbStore_->Delete(delRows, ReminderCalendarTable::TABLE_NAME, condition, whereArgs); in Delete()
338 ret = rdbStore_->Delete(delRows, ReminderTimerTable::TABLE_NAME, condition, whereArgs); in Delete()
529 std::vector<std::string> whereArgs; in DeleteBase() local
530 int32_t ret = rdbStore_->Delete(deletedRows, ReminderBaseTable::TABLE_NAME, deleteCondition, whereArgs); in DeleteBase()
666 std::vector<std::string> whereArgs; in Update() local
815 std::vector<std::string> whereArgs; Query() local
[all...]
/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp317 const std::string &whereClause, const std::vector<std::string> &whereArgs) in DeleteAndNoOtherOperation()
329 ret = rightDatabase_->Delete(changedRows, whereClause, whereArgs); in DeleteAndNoOtherOperation()
378 std::vector<std::string> whereArgs = {std::to_string(uid), deviceName, bundleName, tokenId}; in DeleteRightRecord() local
379 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteRightRecord()
390 std::vector<std::string> whereArgs = {std::to_string(uid), deviceName}; in DeleteDeviceRightRecord() local
391 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteDeviceRightRecord()
402 std::vector<std::string> whereArgs = {std::to_string(uid), bundleName}; in DeleteAppRightRecord() local
403 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteAppRightRecord()
426 std::vector<std::string> whereArgs = {std::to_string(uid)}; in DeleteUidRightRecord() local
427 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteUidRightRecord()
316 DeleteAndNoOtherOperation( const std::string &whereClause, const std::vector<std::string> &whereArgs) DeleteAndNoOtherOperation() argument
441 std::vector<std::string> whereArgs = {std::to_string(uid), std::to_string(relativeExpiredTime), DeleteNormalExpiredRightRecord() local
455 std::vector<std::string> whereArgs = {std::to_string(validPeriod), deviceName}; DeleteValidPeriodRightRecord() local
[all...]
H A Dusb_right_database.cpp125 const std::string &whereClause, const std::vector<std::string> &whereArgs) in Update()
131 int32_t ret = store_->Update(changedRows, USB_RIGHT_TABLE_NAME, values, whereClause, whereArgs); in Update()
155 int32_t &changedRows, const std::string &whereClause, const std::vector<std::string> &whereArgs) in Delete()
161 int32_t ret = store_->Delete(changedRows, USB_RIGHT_TABLE_NAME, whereClause, whereArgs); in Delete()
124 Update(int32_t &changedRows, const OHOS::NativeRdb::ValuesBucket &values, const std::string &whereClause, const std::vector<std::string> &whereArgs) Update() argument
154 Delete( int32_t &changedRows, const std::string &whereClause, const std::vector<std::string> &whereArgs) Delete() argument
/base/telephony/telephony_data/common/include/
H A Drdb_base_helper.h46 const std::vector<std::string> &whereArgs = std::vector<std::string>());
49 const std::vector<std::string> &whereArgs = std::vector<std::string>());
/base/usb/usb_manager/services/native/include/
H A Dusb_right_database.h58 const std::vector<std::string> &whereArgs);
60 int32_t Delete(int32_t &changedRows, const std::string &whereClause, const std::vector<std::string> &whereArgs);
H A Dusb_right_db_helper.h126 int32_t DeleteAndNoOtherOperation(const std::string &whereClause, const std::vector<std::string> &whereArgs);
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp78 std::vector<std::string> whereArgs = {std::to_string(uid)}; in SaveSubscriberInfo() local
79 if (int ret = dbStore->Update(rows, eventTable_, values, whereClause, whereArgs); ret != NativeRdb::E_OK) { in SaveSubscriberInfo()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp73 const std::vector<std::string> &whereArgs) in Update()
84 const std::string &whereClause, const std::vector<std::string> &whereArgs, in UpdateWithConflictResolution()
96 const std::vector<std::string> &whereArgs) in Delete()
71 Update(int &changedRows, const std::string &table, const ValuesBucket &values, const std::string &whereClaus, const std::vector<std::string> &whereArgs) Update() argument
83 UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &values, const std::string &whereClause, const std::vector<std::string> &whereArgs, ConflictResolution conflictResolution) UpdateWithConflictResolution() argument
95 Delete(int &deletedRows, const std::string &table, const std::string &whereClause, const std::vector<std::string> &whereArgs) Delete() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp573 std::vector<std::string> whereArgs = { in DeleteHistoryEvent() local
582 if (dbStore_->Delete(deleteRows, Events::TABLE, whereClause, whereArgs) != NativeRdb::E_OK) { in DeleteHistoryEvent()

Completed in 8 milliseconds