Home
last modified time | relevance | path

Searched refs:DelExcludeDates (Results 1 - 25 of 31) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_helper.cpp68 ErrCode ReminderHelper::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::ReminderHelper
70 ANSR_LOGI("DelExcludeDates start"); in DelExcludeDates()
71 return DelayedSingleton<AnsNotification>::GetInstance()->DelExcludeDates(reminderId); in DelExcludeDates()
H A Dreminder_request_calendar.cpp88 void ReminderRequestCalendar::DelExcludeDates() in DelExcludeDates() function in OHOS::Notification::ReminderRequestCalendar
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_helper.h115 static ErrCode DelExcludeDates(const int32_t reminderId);
H A Dreminder_request_calendar.h72 void DelExcludeDates();
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dpublish.h146 napi_value DelExcludeDates(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp51 Notification::ReminderHelper::DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_helper_test.cpp138 * @tc.desc: Test DelExcludeDates parameters.
146 ErrCode ret = reminderHelper.DelExcludeDates(reminderId); in HWTEST_F()
H A Dreminder_request_calendar_test.cpp1268 calendar->DelExcludeDates(); in HWTEST_F()
1297 calendar->DelExcludeDates(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dnative_module_manager.cpp38 DECLARE_NAPI_FUNCTION("deleteExcludeDates", DelExcludeDates), in ReminderAgentManagerInit()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp202 ErrCode AdvancedNotificationService::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AdvancedNotificationService
221 return rdm->DelExcludeDates(reminderId, bundleOption); in DelExcludeDates()
/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp44 manager->DelExcludeDates(reminderId, option); in DoSomethingInterestingWithManager()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_reminder.cpp193 ErrCode AnsManagerProxy::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AnsManagerProxy
195 ANSR_LOGI("[DelExcludeDates]"); in DelExcludeDates()
198 ANSR_LOGE("[DelExcludeDates] fail: write interface token failed."); in DelExcludeDates()
202 ANSR_LOGE("[DelExcludeDates] fail: write reminder id failed"); in DelExcludeDates()
210 ANSR_LOGE("[DelExcludeDates] fail: transact ErrCode=%{public}d", result); in DelExcludeDates()
214 ANSR_LOGE("[DelExcludeDates] fail: read result failed."); in DelExcludeDates()
H A Dans_manager_stub_invalid.cpp499 ErrCode AnsManagerStub::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AnsManagerStub
501 ANS_LOGE("AnsManagerStub::DelExcludeDates called!"); in DelExcludeDates()
H A Dans_notification.cpp1396 ErrCode AnsNotification::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() function in OHOS::Notification::AnsNotification
1403 return proxy->DelExcludeDates(reminderId); in DelExcludeDates()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A 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/
H A Dans_manager_interface.h719 virtual ErrCode DelExcludeDates(const int32_t reminderId) = 0;
H A Dans_manager_proxy.h716 ErrCode DelExcludeDates(const int32_t reminderId) override;
H A Dans_notification.h855 ErrCode DelExcludeDates(const int32_t reminderId);
H A Dans_manager_stub.h709 virtual ErrCode DelExcludeDates(const int32_t reminderId) override;
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h90 ErrCode DelExcludeDates(const int32_t reminderId, const sptr<NotificationBundleOption> &bundleOption);
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp141 service->DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp403 ansManagerStub.DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp429 ErrCode DelExcludeDates(const int32_t reminderId) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp411 ansManagerStub.DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp412 ansManagerStub.DelExcludeDates(reminderId); in DoSomethingInterestingWithMyAPI()

Completed in 23 milliseconds

12