Home
last modified time | relevance | path

Searched refs:CancelAsBundle (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelasbundle_fuzzer/
H A Dcancelasbundle_fuzzer.cpp26 return Notification::NotificationHelper::CancelAsBundle( in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h96 virtual ErrCode CancelAsBundle(
108 …virtual ErrCode CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notific…
120 virtual ErrCode CancelAsBundle(
H A Dans_manager_proxy.h84 …ErrCode CancelAsBundle(int32_t notificationId, const std::string &representativeBundle, int32_t us…
95 …ErrCode CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId)…
107 ErrCode CancelAsBundle(
H A Dans_notification.h200 …ErrCode CancelAsBundle(int32_t notificationId, const std::string &representativeBundle, int32_t us…
211 ErrCode CancelAsBundle(const NotificationBundleOption &bundleOption, int32_t notificationId);
H A Dans_manager_stub.h97 virtual ErrCode CancelAsBundle(
109 …virtual ErrCode CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notific…
121 virtual ErrCode CancelAsBundle(
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
H A Dnotificationhelper_fuzzer.cpp47 notificationHelper.CancelAsBundle(bundleOption, intData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp55 DECLARE_NAPI_FUNCTION("cancelAsBundle", CancelAsBundle), in NotificationInit()
H A Dcancel.cpp437 napi_value CancelAsBundle(napi_env env, napi_callback_info info) in CancelAsBundle() function
471 asynccallbackinfo->info.errorCode = NotificationHelper::CancelAsBundle( in CancelAsBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp106 ErrCode NotificationHelper::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::NotificationHelper
109 return DelayedSingleton<AnsNotification>::GetInstance()->CancelAsBundle( in CancelAsBundle()
113 ErrCode NotificationHelper::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::NotificationHelper
116 return DelayedSingleton<AnsNotification>::GetInstance()->CancelAsBundle( in CancelAsBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcancel.h79 napi_value CancelAsBundle(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_cancel.cpp254 asynccallbackinfo->info.errorCode = NotificationHelper::CancelAsBundle( in NapiCancelAsBundle()
257 asynccallbackinfo->info.errorCode = NotificationHelper::CancelAsBundle( in NapiCancelAsBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp53 ErrCode AnsManagerStub::CancelAsBundle(int32_t notificationId, const std::string &representativeBun… in CancelAsBundle() function in OHOS::Notification::AnsManagerStub
59 ErrCode AnsManagerStub::CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t … in CancelAsBundle() function in OHOS::Notification::AnsManagerStub
65 ErrCode AnsManagerStub::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp325 ErrCode AnsNotification::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AnsNotification
334 return proxy->CancelAsBundle(notificationId, representativeBundle, userId); in CancelAsBundle()
337 ErrCode AnsNotification::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AnsNotification
347 return proxy->CancelAsBundle(bo, notificationId); in CancelAsBundle()
H A Dans_manager_proxy.cpp188 ErrCode AnsManagerProxy::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AnsManagerProxy
228 ErrCode AnsManagerProxy::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AnsManagerProxy
263 ErrCode AnsManagerProxy::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp571 ErrCode result = CancelAsBundle(bundleOption, notificationId); in HandleCancelAsBundleOption()
599 ErrCode result = CancelAsBundle(notificationId, representativeBundle, userId); in HandleCancelAsBundle()
625 ErrCode result = CancelAsBundle(bundleOption, notificationId, userId); in HandleCancelAsBundleAndUser()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h199 …static ErrCode CancelAsBundle(int32_t notificationId, const std::string &representativeBundle, int…
210 …static ErrCode CancelAsBundle(const NotificationBundleOption &bundleOption, int32_t notificationId…
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp44 ansManagerStub.CancelAsBundle(notificationIds, stringData, userId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp73 ErrCode CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::MockAnsManagerInterface
79 ErrCode CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::MockAnsManagerInterface
85 ErrCode CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h145 ErrCode CancelAsBundle(
157 …ErrCode CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId)…
169 ErrCode CancelAsBundle(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp208 ASSERT_EQ(advancedNotificationService_->CancelAsBundle(
226 ASSERT_EQ(advancedNotificationService_->CancelAsBundle(
H A Dadvanced_notification_service_test.cpp1281 …ASSERT_EQ(advancedNotificationService_->CancelAsBundle(notificationId, representativeBundle, userI…
1301 …ASSERT_EQ(advancedNotificationService_->CancelAsBundle(notificationId, representativeBundle, userI…
1320 ASSERT_EQ(advancedNotificationService_->CancelAsBundle(bundleOption, notificationId), result);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp264 ErrCode ret = notificationHelper.CancelAsBundle(notificationId, representativeBundle, userId);
281 ErrCode ret = notificationHelper.CancelAsBundle(bundleOption, notificationId);
/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp403 int ret = Notification::NotificationHelper::CancelAsBundle(bundle, lastNtfId); in PublishNfcNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp383 ErrCode AdvancedNotificationService::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AdvancedNotificationService
435 ErrCode AdvancedNotificationService::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AdvancedNotificationService
445 return CancelAsBundle(bundleOption, notificationId, userId); in CancelAsBundle()
448 ErrCode AdvancedNotificationService::CancelAsBundle( in CancelAsBundle() function in OHOS::Notification::AdvancedNotificationService
454 return CancelAsBundle(bundleOption, notificationId, userId); in CancelAsBundle()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp334 ansManagerStub.CancelAsBundle(notificationId, stringData, userId); in DoSomethingInterestingWithMyAPI()

12