Searched refs:CheckExcludeDateParam (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | reminder_data_manager_test.cpp | 716 auto result = manager->CheckExcludeDateParam(9999, nullptr); in HWTEST_F() 734 result = manager->CheckExcludeDateParam(100, option); in HWTEST_F() 739 result = manager->CheckExcludeDateParam(100, option); in HWTEST_F() 743 result = manager->CheckExcludeDateParam(100, option); in HWTEST_F() 747 result = manager->CheckExcludeDateParam(100, option); in HWTEST_F()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/ |
H A D | reminderdatamanager_fuzzer.cpp | 42 manager->CheckExcludeDateParam(reminderId, option); in DoSomethingInterestingWithManager()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_data_manager.h | 71 sptr<ReminderRequest> CheckExcludeDateParam(const int32_t reminderId,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 151 sptr<ReminderRequest> ReminderDataManager::CheckExcludeDateParam(const int32_t reminderId, in CheckExcludeDateParam() function in OHOS::Notification::ReminderDataManager 175 sptr<ReminderRequest> reminder = CheckExcludeDateParam(reminderId, bundleOption); in AddExcludeDate() 192 sptr<ReminderRequest> reminder = CheckExcludeDateParam(reminderId, bundleOption); in DelExcludeDates() 209 sptr<ReminderRequest> reminder = CheckExcludeDateParam(reminderId, bundleOption); in GetExcludeDates()
|