Home
last modified time | relevance | path

Searched refs:CancelAllNotifications (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelnotification_fuzzer/
H A Dcancelnotification_fuzzer.cpp26 Notification::NotificationHelper::CancelAllNotifications(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp101 ErrCode NotificationHelper::CancelAllNotifications() in CancelAllNotifications() function in OHOS::Notification::NotificationHelper
103 return DelayedSingleton<AnsNotification>::GetInstance()->CancelAllNotifications(); in CancelAllNotifications()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_cancel.cpp123 asynccallbackinfo->info.errorCode = NotificationHelper::CancelAllNotifications(); in NapiCancelAll()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp627 NotificationHelper::CancelAllNotifications(); in TearDown()
1082 EXPECT_EQ(NotificationHelper::CancelAllNotifications(), ERR_OK);
1150 EXPECT_EQ(NotificationHelper::CancelAllNotifications(), ERR_OK);
1194 EXPECT_EQ(NotificationHelper::CancelAllNotifications(), ERR_OK);
1850 ASSERT_EQ(NotificationHelper::CancelAllNotifications(), ERR_OK);
2456 EXPECT_EQ(NotificationHelper::CancelAllNotifications(), ERR_OK);
2522 EXPECT_EQ(NotificationHelper::CancelAllNotifications(), (int)ERR_OK);
H A Dans_innerkits_module_publish_test.cpp1233 EXPECT_EQ((int)ERR_OK, (int)NotificationHelper::CancelAllNotifications());
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h187 static ErrCode CancelAllNotifications();
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h188 ErrCode CancelAllNotifications();
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp657 int code = NotificationHelper::CancelAllNotifications(); in CancelAll()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcancel.cpp258 asynccallbackinfo->info.errorCode = NotificationHelper::CancelAllNotifications(); in CancelAll()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp248 ErrCode ret = notificationHelper.CancelAllNotifications();
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp312 ErrCode AnsNotification::CancelAllNotifications() in CancelAllNotifications() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp528 ErrCode ret4 = ans_->CancelAllNotifications();