Home
last modified time | relevance | path

Searched refs:showedReminderVector_ (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager_inner.cpp91 showedReminder = showedReminderVector_; in HandleAutoDeleteReminder()
H A Dreminder_data_manager.cpp358 for (auto it = showedReminderVector_.begin(); it != showedReminderVector_.end(); ++it) { in AddToShowedReminders()
364 showedReminderVector_.push_back(reminder); in AddToShowedReminders()
393 for (auto it = showedReminderVector_.begin(); it != showedReminderVector_.end(); ++it) { in OnProcessDiedLocked()
402 showedReminderVector_.erase(it); in OnProcessDiedLocked()
1700 for (auto it = showedReminderVector_.begin(); it != showedReminderVector_.end(); ++it) { in RemoveFromShowedReminders()
1703 showedReminderVector_.erase(it); in RemoveFromShowedReminders()
2020 showedReminder = showedReminderVector_; in OnLanguageChanged()
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h704 std::vector<sptr<ReminderRequest>> showedReminderVector_; member in OHOS::Notification::final
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp700 manager->showedReminderVector_.push_back(reminder); in HWTEST_F()

Completed in 6 milliseconds