Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp510 NativeRdb::ValuesBucket statusValues; in InitData() local
511 statusValues.PutInt(ReminderBaseTable::STATE, ReminderRequest::REMINDER_STATUS_INACTIVE); in InitData()
513 int32_t ret = rdbStore_->Update(statusChangedRows, ReminderBaseTable::TABLE_NAME, statusValues); in InitData()