/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_timer_test.cpp | 30 ReminderHelper::CancelAllReminders(); in TearDown() 34 ReminderHelper::CancelAllReminders(); in SetUpTestCase()
|
H A D | reminder_helper_test.cpp | 68 * @tc.desc: Test CancelAllReminders parameters.
75 ErrCode ret = reminderHelper.CancelAllReminders();
in HWTEST_F()
|
H A D | reminder_store_test.cpp | 43 ReminderHelper::CancelAllReminders(); in SetUpTestCase() 49 ReminderHelper::CancelAllReminders(); in TearDown()
|
H A D | reminder_request_alarm_test.cpp | 37 ReminderHelper::CancelAllReminders(); in TearDown()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_helper.cpp | 38 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 D | reminder_helper.h | 66 static ErrCode CancelAllReminders();
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | publish.h | 38 napi_value CancelAllReminders(napi_env env, napi_callback_info info);
|
/base/notification/distributed_notification_service/test/fuzztest/reminderhelper_fuzzer/ |
H A D | reminderhelper_fuzzer.cpp | 54 return Notification::ReminderHelper::CancelAllReminders();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/ |
H A D | reminderdatamanager_fuzzer.cpp | 38 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 D | native_module.cpp | 31 DECLARE_NAPI_FUNCTION("cancelAllReminders", CancelAllReminders), in ReminderAgentInit()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_reminder_service.cpp | 134 ErrCode AdvancedNotificationService::CancelAllReminders() in CancelAllReminders() function in OHOS::Notification::AdvancedNotificationService 153 return rdm->CancelAllReminders(bundleOption->GetBundleName(), userId, bundleOption->GetUid()); in CancelAllReminders()
|
H A D | reminder_event_manager.cpp | 224 reminderDataManager_->CancelAllReminders(bundleName, userId, uid); in HandlePackageRemove()
|
H A D | reminder_data_manager.cpp | 140 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 D | reminder_data_manager_test.cpp | 74 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 D | reminder_data_manager.h | 59 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 D | ans_manager_proxy_reminder.cpp | 102 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 D | ans_manager_stub_invalid.cpp | 487 ErrCode AnsManagerStub::CancelAllReminders() in CancelAllReminders() function in OHOS::Notification::AnsManagerStub
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 702 virtual ErrCode CancelAllReminders() = 0;
|
H A D | ans_manager_proxy.h | 699 ErrCode CancelAllReminders() override;
|
H A D | ans_notification.h | 830 ErrCode CancelAllReminders();
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 138 service->CancelAllReminders(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 400 ansManagerStub.CancelAllReminders();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 419 ErrCode CancelAllReminders() override
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/ |
H A D | ansmanagerstubannex_fuzzer.cpp | 408 ansManagerStub.CancelAllReminders();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 409 ansManagerStub.CancelAllReminders();
in DoSomethingInterestingWithMyAPI()
|