Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h615 void UpdateNotification(const sptr<ReminderRequest> &reminder, bool isSnooze);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp813 UpdateNotification(reminder, false); in TerminateAlerting()
1078 UpdateNotification(reminder, false); // this should be called after OnShow in ShowReminder()
1109 void ReminderDataManager::UpdateNotification(const sptr<ReminderRequest> &reminder, bool isSnooze) in UpdateNotification() function in OHOS::Notification::ReminderDataManager
1164 UpdateNotification(reminder, true); in SnoozeReminderImpl()