Home
last modified time | relevance | path

Searched refs:CancelAllReminders (Results 1 – 25 of 31) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_helper.cpp38 ErrCode ReminderHelper::CancelAllReminders() in CancelAllReminders() function in OHOS::Notification::ReminderHelper
41 return DelayedSingleton<AnsNotification>::GetInstance()->CancelAllReminders(); in CancelAllReminders()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_timer_test.cpp29 ReminderHelper::CancelAllReminders(); in SetUpTestCase()
35 ReminderHelper::CancelAllReminders(); in TearDown()
Dreminder_store_test.cpp38 ReminderHelper::CancelAllReminders(); in SetUpTestCase()
44 ReminderHelper::CancelAllReminders(); in TearDown()
Dreminder_helper_test.cpp75 ErrCode ret = reminderHelper.CancelAllReminders();
Dreminder_request_calendar_test.cpp34 ReminderHelper::CancelAllReminders(); in SetUpTestCase()
40 ReminderHelper::CancelAllReminders(); in TearDown()
Dreminder_request_alarm_test.cpp37 ReminderHelper::CancelAllReminders(); in TearDown()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_helper.h66 static ErrCode CancelAllReminders();
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dpublish.h38 napi_value CancelAllReminders(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
Dreminderhelper_fuzzer.cpp49 return Notification::ReminderHelper::CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp68 return ansManagerStub.CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dnative_module.cpp31 DECLARE_NAPI_FUNCTION("cancelAllReminders", CancelAllReminders), in ReminderAgentInit()
Dpublish.cpp372 asynccallbackinfo->info.errorCode = ReminderHelper::CancelAllReminders(); in CancelAllRemindersInner()
401 napi_value CancelAllReminders(napi_env env, napi_callback_info info) in CancelAllReminders() function
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_data_manager.h49 ErrCode CancelAllReminders(const std::string &packageName, const int32_t &userId);
206 void CancelAllReminders(const int32_t &userId);
Dadvanced_notification_service.h577 ErrCode CancelAllReminders() override;
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dreminder_data_manager_test.cpp56 manager->CancelAllReminders("", -1); in HWTEST_F()
57 manager->CancelAllReminders(-1); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_event_manager.cpp178 reminderDataManager_->CancelAllReminders(bundleName, userId); in HandlePackageRemove()
Dreminder_data_manager.cpp95 ErrCode ReminderDataManager::CancelAllReminders(const std::string &packageName, const int32_t &user… in CancelAllReminders() function in OHOS::Notification::ReminderDataManager
123 void ReminderDataManager::CancelAllReminders(const int32_t &userId) in CancelAllReminders() function in OHOS::Notification::ReminderDataManager
261 CancelAllReminders(userId); in OnUserRemove()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp119 advancedNotificationService.CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h675 ErrCode CancelAllReminders();
Dans_manager_interface.h560 virtual ErrCode CancelAllReminders() = 0;
Dans_manager_proxy.h558 ErrCode CancelAllReminders() override;
Dans_manager_stub.h570 virtual ErrCode CancelAllReminders() override;
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp184 ansManagerStub.CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp351 ErrCode CancelAllReminders() override in CancelAllReminders() function in OHOS::Notification::MockAnsManagerInterface
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp924 ErrCode AnsNotification::CancelAllReminders() in CancelAllReminders() function in OHOS::Notification::AnsNotification
930 return ansManagerProxy_->CancelAllReminders(); in CancelAllReminders()

12