Home
last modified time | relevance | path

Searched refs:RemoveNotification (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/removenotification_fuzzer/
H A Dremovenotification_fuzzer.cpp24 return Notification::NotificationHelper::RemoveNotification(key, in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A Dnapi_remove.cpp36 …removeInfo->info.errorCode = NotificationHelper::RemoveNotification(removeInfo->params.hashcode.va… in NapiRemoveExecuteCallback()
40 removeInfo->info.errorCode = NotificationHelper::RemoveNotification(infos.option, in NapiRemoveExecuteCallback()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/enabledistributed_fuzzer/
H A Denabledistributed_fuzzer.cpp41 …return Notification::NotificationHelper::RemoveNotification(bundleOption, usingData, stringData, u… in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp269 ErrCode NotificationHelper::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification() function in OHOS::Notification::NotificationHelper
271 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveNotification(key, removeReason); in RemoveNotification()
274 ErrCode NotificationHelper::RemoveNotification(const NotificationBundleOption &bundleOption, in RemoveNotification() function in OHOS::Notification::NotificationHelper
277 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveNotification(bundleOption, in RemoveNotification()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h550 static ErrCode RemoveNotification(const std::string &key, int32_t removeReason);
562 static ErrCode RemoveNotification(const NotificationBundleOption &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp37 ansManagerStub.RemoveNotification(bundleOption, notificationId, stringData, removeReason); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h550 ErrCode RemoveNotification(const std::string &key, int32_t removeReason);
562 …ErrCode RemoveNotification(const NotificationBundleOption &bundleOption, const int32_t notificatio…
H A Dans_manager_interface.h335 …virtual ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int notific…
H A Dans_manager_proxy.h313 …ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int32_t notificatio…
H A Dans_manager_stub.h317 …virtual ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int32_t not…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dremove.cpp287 …removeInfo->info.errorCode = NotificationHelper::RemoveNotification(removeInfo->params.hashcode.va… in RemoveExecuteCallback()
291 removeInfo->info.errorCode = NotificationHelper::RemoveNotification(infos.option, in RemoveExecuteCallback()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
H A Dans_notification_annex_test.cpp151 ErrCode ret3 = ans_->RemoveNotification(bundleOption, notificationId, label, removeReason);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp716 EXPECT_EQ(NotificationHelper::RemoveNotification(key), ERR_OK);
761 …EXPECT_EQ(NotificationHelper::RemoveNotification(AN_NOT_EXIST_KEY), (int)ERR_ANS_NOTIFICATION_NOT_…
763 EXPECT_EQ(NotificationHelper::RemoveNotification(key), (int)ERR_OK);
770 EXPECT_EQ(NotificationHelper::RemoveNotification(key), (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
1880 …NotificationHelper::RemoveNotification(bundleOption, request.GetNotificationId(), request.GetLabel…
2373 EXPECT_EQ(NotificationHelper::RemoveNotification(key), (int)ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp483 ErrCode ret = notificationHelper.RemoveNotification(key, removeReason);
500 …ErrCode ret = notificationHelper.RemoveNotification(bundleOption, notificationId, label, removeRea…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp789 ErrCode AnsNotification::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification() function in OHOS::Notification::AnsNotification
807 ErrCode AnsNotification::RemoveNotification(const NotificationBundleOption &bundleOption, in RemoveNotification() function in OHOS::Notification::AnsNotification
825 return proxy->RemoveNotification(bo, notificationId, label, removeReason); in RemoveNotification()
H A Dans_manager_stub_invalid.cpp210 ErrCode AnsManagerStub::RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, in RemoveNotification() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp770 ErrCode AnsManagerProxy::RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, in RemoveNotification() function in OHOS::Notification::AnsManagerProxy
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp765 …ASSERT_EQ(advancedNotificationService.RemoveNotification(bundleOption, notificationId, label, remo…
785 …ASSERT_EQ(advancedNotificationService.RemoveNotification(bundleOption, notificationId, label, remo…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp697 ErrCode ret1 = ans_->RemoveNotification(key, removeReason);
700 ErrCode ret2 = ans_->RemoveNotification(key1, removeReason);
707 ErrCode ret3 = ans_->RemoveNotification(bundleOption, notificationId, label, removeReason);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp188 … ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int notificationId, in RemoveNotification() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp362 ansManagerStub.RemoveNotification(bundleOption, notificationId, stringData, removeReason); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp676 auto result = advancedNotificationService_->RemoveNotification(
H A Dadvanced_notification_publish_service_test.cpp571 auto ret = advancedNotificationService_->RemoveNotification(bundle, notificationId, label, 0);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h364 …ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int32_t notificatio…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp899 auto result = advancedNotificationService_->RemoveNotification(

12