Home
last modified time | relevance | path

Searched refs:CancelAllReminders (Results 1 - 25 of 35) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_timer_test.cpp30 ReminderHelper::CancelAllReminders(); in TearDown()
34 ReminderHelper::CancelAllReminders(); in SetUpTestCase()
H A Dreminder_helper_test.cpp68 * @tc.desc: Test CancelAllReminders parameters.
75 ErrCode ret = reminderHelper.CancelAllReminders(); in HWTEST_F()
H A Dreminder_store_test.cpp43 ReminderHelper::CancelAllReminders(); in SetUpTestCase()
49 ReminderHelper::CancelAllReminders(); in TearDown()
H A Dreminder_request_alarm_test.cpp37 ReminderHelper::CancelAllReminders(); in TearDown()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_helper.cpp38 ErrCode ReminderHelper::CancelAllReminders() in CancelAllReminders() function in OHOS::Notification::ReminderHelper
40 ANSR_LOGI("CancelAllReminders start"); in CancelAllReminders()
41 return DelayedSingleton<AnsNotification>::GetInstance()->CancelAllReminders(); in CancelAllReminders()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_helper.h66 static ErrCode CancelAllReminders();
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dpublish.h38 napi_value CancelAllReminders(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/
H A Dreminderhelper_fuzzer.cpp54 return Notification::ReminderHelper::CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp38 manager->CancelAllReminders(bundleName, userId, uid); in DoSomethingInterestingWithManager()
89 manager->CancelAllReminders(userId); in DoSomethingInterestingWithReminder()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dnative_module.cpp31 DECLARE_NAPI_FUNCTION("cancelAllReminders", CancelAllReminders), in ReminderAgentInit()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp134 ErrCode AdvancedNotificationService::CancelAllReminders() in CancelAllReminders() function in OHOS::Notification::AdvancedNotificationService
153 return rdm->CancelAllReminders(bundleOption->GetBundleName(), userId, bundleOption->GetUid()); in CancelAllReminders()
H A Dreminder_event_manager.cpp224 reminderDataManager_->CancelAllReminders(bundleName, userId, uid); in HandlePackageRemove()
H A Dreminder_data_manager.cpp140 ErrCode ReminderDataManager::CancelAllReminders(const std::string& packageName, const int32_t userId, in CancelAllReminders() function in OHOS::Notification::ReminderDataManager
144 ANSR_LOGD("CancelAllReminders, userId=%{private}d, pkgName=%{public}s", userId, packageName.c_str()); in CancelAllReminders()
235 void ReminderDataManager::CancelAllReminders(const int32_t userId) in CancelAllReminders() function in OHOS::Notification::ReminderDataManager
237 ANSR_LOGD("CancelAllReminders, userId=%{private}d", userId); in CancelAllReminders()
373 CancelAllReminders(userId); in OnUserRemove()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp74 manager->CancelAllReminders("", -1, -1); in HWTEST_F()
75 manager->CancelAllReminders(-1); in HWTEST_F()
828 int32_t ret = manager->CancelAllReminders("", -1, -1); in HWTEST_F()
831 ret = manager->CancelAllReminders("com.example.simple", 100, 20020152); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h59 ErrCode CancelAllReminders(const std::string& packageName, const int32_t userId,
302 void CancelAllReminders(const int32_t userId);
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_reminder.cpp102 ErrCode AnsManagerProxy::CancelAllReminders() in CancelAllReminders() function in OHOS::Notification::AnsManagerProxy
104 ANSR_LOGI("[CancelAllReminders]"); in CancelAllReminders()
107 ANSR_LOGE("[CancelAllReminders] fail: write interface token failed."); in CancelAllReminders()
115 ANSR_LOGE("[CancelAllReminders] fail: transact ErrCode=%{public}d", result); in CancelAllReminders()
119 ANSR_LOGE("[CancelAllReminders] fail: read result failed."); in CancelAllReminders()
H A Dans_manager_stub_invalid.cpp487 ErrCode AnsManagerStub::CancelAllReminders() in CancelAllReminders() function in OHOS::Notification::AnsManagerStub
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h702 virtual ErrCode CancelAllReminders() = 0;
H A Dans_manager_proxy.h699 ErrCode CancelAllReminders() override;
H A Dans_notification.h830 ErrCode CancelAllReminders();
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp138 service->CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp400 ansManagerStub.CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp419 ErrCode CancelAllReminders() override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp408 ansManagerStub.CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp409 ansManagerStub.CancelAllReminders(); in DoSomethingInterestingWithMyAPI()

Completed in 20 milliseconds

12