Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp211 std::vector<sptr<ReminderRequest>> ret = reminderStore.GetAllValidReminders();
356 auto reminders = reminderStore.GetAllValidReminders();
417 auto reminders = reminderStore.GetAllValidReminders();
472 auto reminders = reminderStore.GetAllValidReminders();
513 auto reminders = reminderStore.GetAllValidReminders();
562 auto reminders = reminderStore.GetAllValidReminders();
615 auto reminders = reminderStore.GetAllValidReminders();
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderstoreannex_fuzzer/
H A Dreminderstoreannex_fuzzer.cpp31 reminderStore.GetAllValidReminders(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dpublish.h56 napi_value GetAllValidReminders(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dnative_module.cpp33 DECLARE_NAPI_FUNCTION("getAllValidReminders", GetAllValidReminders), in ReminderAgentInit()
H A Dpublish.cpp991 napi_value GetAllValidReminders(napi_env env, napi_callback_info info) in GetAllValidReminders() function
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h42 std::vector<sptr<ReminderRequest>> GetAllValidReminders();
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp426 …te__((no_sanitize("cfi"))) std::vector<sptr<ReminderRequest>> ReminderStore::GetAllValidReminders() in GetAllValidReminders() function in OHOS::Notification::ReminderStore
H A Dreminder_data_manager.cpp1551 std::vector<sptr<ReminderRequest>> existReminders = store_->GetAllValidReminders(); in LoadReminderFromDb()