/base/telephony/telephony_data/common/src/ |
H A D | rdb_base_helper.cpp | 47 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 D | reminder_store.cpp | 162 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 D | usb_right_db_helper.cpp | 317 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 D | usb_right_database.cpp | 125 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 D | rdb_base_helper.h | 46 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 D | usb_right_database.h | 58 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 D | usb_right_db_helper.h | 126 int32_t DeleteAndNoOtherOperation(const std::string &whereClause, const std::vector<std::string> &whereArgs);
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_share_dao.cpp | 78 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 D | notification_rdb_data_mgr_test.cpp | 73 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 D | app_event_store.cpp | 573 std::vector<std::string> whereArgs = {
in DeleteHistoryEvent() local 582 if (dbStore_->Delete(deleteRows, Events::TABLE, whereClause, whereArgs) != NativeRdb::E_OK) {
in DeleteHistoryEvent()
|