Searched refs:UpdateOrInsert (Results 1 – 3 of 3) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_data_manager.cpp | 312 store_->UpdateOrInsert((*it), bundleOption); in OnProcessDiedLocked() 494 store_->UpdateOrInsert(reminder, FindNotificationBundleOption(reminder->GetReminderId())); in CloseReminder() 577 store_->UpdateOrInsert(reminder, FindNotificationBundleOption(reminder->GetReminderId())); in TerminateAlerting() 598 store_->UpdateOrInsert(reminder, bundleOption); in UpdateAndSaveReminderLocked() 747 store_->UpdateOrInsert(reminder, FindNotificationBundleOption(reminder->GetReminderId())); in ShowReminder() 753 store_->UpdateOrInsert(reminder, FindNotificationBundleOption(reminder->GetReminderId())); in ShowReminder() 780 store_->UpdateOrInsert(reminder, FindNotificationBundleOption(reminder->GetReminderId())); in ShowReminder() 829 store_->UpdateOrInsert(reminder, FindNotificationBundleOption(reminder->GetReminderId())); in SnoozeReminderImpl() 862 store_->UpdateOrInsert(activeReminder_, FindNotificationBundleOption(activeReminderId_)); in StartRecentReminder() 868 store_->UpdateOrInsert(reminder, FindNotificationBundleOption(reminder->GetReminderId())); in StartRecentReminder() [all …]
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_store.h | 41 …int64_t UpdateOrInsert(const sptr<ReminderRequest> &reminder, const sptr<NotificationBundleOption>…
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_store.cpp | 174 int64_t ReminderStore::UpdateOrInsert( in UpdateOrInsert() function in OHOS::Notification::ReminderStore
|