/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_helper.cpp | 68 ErrCode ReminderHelper::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::ReminderHelper 71 return DelayedSingleton<AnsNotification>::GetInstance()->DelExcludeDates(reminderId); in DelExcludeDates()
|
D | reminder_request_calendar.cpp | 90 void ReminderRequestCalendar::DelExcludeDates() in DelExcludeDates() function in OHOS::Notification::ReminderRequestCalendar
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_helper.h | 115 static ErrCode DelExcludeDates(const int32_t reminderId);
|
D | reminder_request_calendar.h | 72 void DelExcludeDates();
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
D | publish.h | 146 napi_value DelExcludeDates(napi_env env, napi_callback_info info);
|
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
D | reminderhelper_fuzzer.cpp | 51 Notification::ReminderHelper::DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | advanced_notification_reminder_service.cpp | 192 ErrCode AdvancedNotificationService::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AdvancedNotificationService 210 return rdm->DelExcludeDates(reminderId, bundleOption); in DelExcludeDates()
|
D | reminder_data_manager.cpp | 180 ErrCode ReminderDataManager::DelExcludeDates(const int32_t reminderId, in DelExcludeDates() function in OHOS::Notification::ReminderDataManager 190 calendar->DelExcludeDates(); in DelExcludeDates()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | native_module_manager.cpp | 38 DECLARE_NAPI_FUNCTION("deleteExcludeDates", DelExcludeDates), in ReminderAgentManagerInit()
|
D | publish.cpp | 1277 napi_value DelExcludeDates(napi_env env, napi_callback_info info) in DelExcludeDates() function 1314 …asynccallbackinfo->info.errorCode = ReminderHelper::DelExcludeDates(asynccallbackinfo->reminderId); in DelExcludeDates()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_helper_test.cpp | 146 ErrCode ret = reminderHelper.DelExcludeDates(reminderId);
|
D | reminder_request_calendar_test.cpp | 1277 calendar->DelExcludeDates(); 1306 calendar->DelExcludeDates();
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_manager_proxy_reminder.cpp | 193 ErrCode AnsManagerProxy::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AnsManagerProxy
|
D | ans_manager_stub_invalid.cpp | 473 ErrCode AnsManagerStub::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AnsManagerStub
|
D | ans_notification.cpp | 1166 ErrCode AnsNotification::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AnsNotification 1172 return ansManagerProxy_->DelExcludeDates(reminderId); in DelExcludeDates()
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
D | advancednotificationservice_fuzzer.cpp | 120 advancedNotificationService.DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | reminder_data_manager_test.cpp | 721 ret = manager->DelExcludeDates(9999, nullptr); in HWTEST_F() 752 ret = manager->DelExcludeDates(100, option); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_notification.h | 820 ErrCode DelExcludeDates(const int32_t reminderId);
|
D | ans_manager_interface.h | 679 virtual ErrCode DelExcludeDates(const int32_t reminderId) = 0;
|
D | ans_manager_proxy.h | 677 ErrCode DelExcludeDates(const int32_t reminderId) override;
|
D | ans_manager_stub.h | 670 virtual ErrCode DelExcludeDates(const int32_t reminderId) override;
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | reminder_data_manager.h | 88 …ErrCode DelExcludeDates(const int32_t reminderId, const sptr<NotificationBundleOption> &bundleOpti…
|
D | advanced_notification_service.h | 728 ErrCode DelExcludeDates(const int32_t reminderId) override;
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 191 ansManagerStub.DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
D | ans_notification_branch_test.cpp | 410 ErrCode DelExcludeDates(const int32_t reminderId) override in DelExcludeDates() function in OHOS::Notification::MockAnsManagerInterface
|