Home
last modified time | relevance | path

Searched refs:DelExcludeDates (Results 1 – 25 of 28) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_helper.cpp68 ErrCode ReminderHelper::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::ReminderHelper
71 return DelayedSingleton<AnsNotification>::GetInstance()->DelExcludeDates(reminderId); in DelExcludeDates()
Dreminder_request_calendar.cpp90 void ReminderRequestCalendar::DelExcludeDates() in DelExcludeDates() function in OHOS::Notification::ReminderRequestCalendar
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_helper.h115 static ErrCode DelExcludeDates(const int32_t reminderId);
Dreminder_request_calendar.h72 void DelExcludeDates();
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dpublish.h146 napi_value DelExcludeDates(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
Dreminderhelper_fuzzer.cpp51 Notification::ReminderHelper::DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_reminder_service.cpp192 ErrCode AdvancedNotificationService::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AdvancedNotificationService
210 return rdm->DelExcludeDates(reminderId, bundleOption); in DelExcludeDates()
Dreminder_data_manager.cpp180 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/
Dnative_module_manager.cpp38 DECLARE_NAPI_FUNCTION("deleteExcludeDates", DelExcludeDates), in ReminderAgentManagerInit()
Dpublish.cpp1277 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/
Dreminder_helper_test.cpp146 ErrCode ret = reminderHelper.DelExcludeDates(reminderId);
Dreminder_request_calendar_test.cpp1277 calendar->DelExcludeDates();
1306 calendar->DelExcludeDates();
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_proxy_reminder.cpp193 ErrCode AnsManagerProxy::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AnsManagerProxy
Dans_manager_stub_invalid.cpp473 ErrCode AnsManagerStub::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AnsManagerStub
Dans_notification.cpp1166 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/
Dadvancednotificationservice_fuzzer.cpp120 advancedNotificationService.DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dreminder_data_manager_test.cpp721 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/
Dans_notification.h820 ErrCode DelExcludeDates(const int32_t reminderId);
Dans_manager_interface.h679 virtual ErrCode DelExcludeDates(const int32_t reminderId) = 0;
Dans_manager_proxy.h677 ErrCode DelExcludeDates(const int32_t reminderId) override;
Dans_manager_stub.h670 virtual ErrCode DelExcludeDates(const int32_t reminderId) override;
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_data_manager.h88 …ErrCode DelExcludeDates(const int32_t reminderId, const sptr<NotificationBundleOption> &bundleOpti…
Dadvanced_notification_service.h728 ErrCode DelExcludeDates(const int32_t reminderId) override;
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp191 ansManagerStub.DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp410 ErrCode DelExcludeDates(const int32_t reminderId) override in DelExcludeDates() function in OHOS::Notification::MockAnsManagerInterface

12