/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/removenotification_fuzzer/ |
H A D | removenotification_fuzzer.cpp | 24 return Notification::NotificationHelper::RemoveNotification(key, in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/ |
H A D | napi_remove.cpp | 36 …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 D | enabledistributed_fuzzer.cpp | 41 …return Notification::NotificationHelper::RemoveNotification(bundleOption, usingData, stringData, u… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 269 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 D | notification_helper.h | 550 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 D | ansmanagerstubannexthree_fuzzer.cpp | 37 ansManagerStub.RemoveNotification(bundleOption, notificationId, stringData, removeReason); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 550 ErrCode RemoveNotification(const std::string &key, int32_t removeReason); 562 …ErrCode RemoveNotification(const NotificationBundleOption &bundleOption, const int32_t notificatio…
|
H A D | ans_manager_interface.h | 335 …virtual ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int notific…
|
H A D | ans_manager_proxy.h | 313 …ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int32_t notificatio…
|
H A D | ans_manager_stub.h | 317 …virtual ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int32_t not…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | remove.cpp | 287 …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 D | ans_notification_annex_test.cpp | 151 ErrCode ret3 = ans_->RemoveNotification(bundleOption, notificationId, label, removeReason);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_fw_module_test.cpp | 716 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 D | notification_helper_test.cpp | 483 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 D | ans_notification.cpp | 789 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 D | ans_manager_stub_invalid.cpp | 210 ErrCode AnsManagerStub::RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, in RemoveNotification() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 770 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 D | notification_subscriber_manager_branch_test.cpp | 765 …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 D | ans_notification_unit_test.cpp | 697 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 D | ans_notification_branch_test.cpp | 188 … 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 D | ansmanagerstub_fuzzer.cpp | 362 ansManagerStub.RemoveNotification(bundleOption, notificationId, stringData, removeReason); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 676 auto result = advancedNotificationService_->RemoveNotification(
|
H A D | advanced_notification_publish_service_test.cpp | 571 auto ret = advancedNotificationService_->RemoveNotification(bundle, notificationId, label, 0);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 364 …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 D | advanced_notification_service_publish_test.cpp | 899 auto result = advancedNotificationService_->RemoveNotification(
|