Home
last modified time | relevance | path

Searched refs:AddExcludeDate (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_helper.cpp62 ErrCode ReminderHelper::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate() function in OHOS::Notification::ReminderHelper
65 return DelayedSingleton<AnsNotification>::GetInstance()->AddExcludeDate(reminderId, date); in AddExcludeDate()
H A Dreminder_request_calendar.cpp72 void ReminderRequestCalendar::AddExcludeDate(const uint64_t date) in AddExcludeDate() function in OHOS::Notification::ReminderRequestCalendar
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_helper.h107 static ErrCode AddExcludeDate(const int32_t reminderId, const uint64_t date);
H A Dreminder_request_calendar.h71 void AddExcludeDate(const uint64_t date);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp1019 calendar->AddExcludeDate(static_cast<uint64_t>(now) * 1000);
1256 calendar->AddExcludeDate(static_cast<uint64_t>(now) * 1000);
1259 calendar->AddExcludeDate(static_cast<uint64_t>(now) * 1000);
1262 calendar->AddExcludeDate((static_cast<uint64_t>(now) + 24 * 60 * 60) * 1000);
1292 calendar->AddExcludeDate(static_cast<uint64_t>(now) * 1000);
1298 calendar->AddExcludeDate((static_cast<uint64_t>(now) + 24 * 60 * 60) * 1000);
1391 calendar->AddExcludeDate(static_cast<uint64_t>(now) * 1000);
1420 calendar->AddExcludeDate(static_cast<uint64_t>(now) * 1000);
1447 calendar->AddExcludeDate(static_cast<uint64_t>(now) * 1000);
H A Dreminder_helper_test.cpp132 ErrCode ret = reminderHelper.AddExcludeDate(reminderId, date);
H A Dreminder_store_test.cpp558 calendar->AddExcludeDate(ts);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dpublish.h137 napi_value AddExcludeDate(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp183 ErrCode AdvancedNotificationService::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate() function in OHOS::Notification::AdvancedNotificationService
203 return rdm->AddExcludeDate(reminderId, date, bundleOption); in AddExcludeDate()
H A Dreminder_data_manager.cpp171 ErrCode ReminderDataManager::AddExcludeDate(const int32_t reminderId, const uint64_t date, in AddExcludeDate() function in OHOS::Notification::ReminderDataManager
182 calendar->AddExcludeDate(date); in AddExcludeDate()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp50 Notification::ReminderHelper::AddExcludeDate(reminderId, excludeDate); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dnative_module_manager.cpp37 DECLARE_NAPI_FUNCTION("addExcludeDate", AddExcludeDate), in ReminderAgentManagerInit()
H A Dpublish.cpp1190 napi_value AddExcludeDate(napi_env env, napi_callback_info info) in AddExcludeDate() function
1228 … asynccallbackinfo->info.errorCode = ReminderHelper::AddExcludeDate(asynccallbackinfo->reminderId, in AddExcludeDate()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp43 manager->AddExcludeDate(reminderId, date, option); in DoSomethingInterestingWithManager()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_reminder.cpp162 ErrCode AnsManagerProxy::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp493 ErrCode AnsManagerStub::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1429 ErrCode AnsNotification::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate() function in OHOS::Notification::AnsNotification
1436 return proxy->AddExcludeDate(reminderId, date); in AddExcludeDate()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp719 auto ret = manager->AddExcludeDate(9999, 100, nullptr); in HWTEST_F()
750 ret = manager->AddExcludeDate(100, 100, option); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h937 ErrCode AddExcludeDate(const int32_t reminderId, const uint64_t date);
H A Dans_manager_interface.h711 virtual ErrCode AddExcludeDate(const int32_t reminderId, const uint64_t date) = 0;
H A Dans_manager_proxy.h708 ErrCode AddExcludeDate(const int32_t reminderId, const uint64_t date) override;
H A Dans_manager_stub.h701 virtual ErrCode AddExcludeDate(const int32_t reminderId, const uint64_t date) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h81 ErrCode AddExcludeDate(const int32_t reminderId, const uint64_t date,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp426 ErrCode AddExcludeDate(const int32_t reminderId, const uint64_t date) override in AddExcludeDate() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp405 ansManagerStub.AddExcludeDate(reminderId, excludeDate); in DoSomethingInterestingWithMyAPI()

12