Home
last modified time | relevance | path

Searched refs:delRows (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp312 int32_t delRows = STATE_FAIL; in Delete() local
314 int32_t ret = rdbStore_->Delete(delRows, ReminderBaseTable::TABLE_NAME, condition, whereArgs); in Delete()
321 delRows = STATE_FAIL; in Delete()
322 ret = rdbStore_->Delete(delRows, ReminderAlarmTable::TABLE_NAME, condition, whereArgs); in Delete()
329 delRows = STATE_FAIL; in Delete()
330 ret = rdbStore_->Delete(delRows, ReminderCalendarTable::TABLE_NAME, condition, whereArgs); in Delete()
337 delRows = STATE_FAIL; in Delete()
338 ret = rdbStore_->Delete(delRows, ReminderTimerTable::TABLE_NAME, condition, whereArgs); in Delete()
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp211 int delRows = 0; in ClearData() local
216 int result = Delete(delRows, *absRdbPredicates); in ClearData()