Searched refs:CancelAllNotifications (Results 1 – 12 of 12) sorted by relevance
26 Notification::NotificationHelper::CancelAllNotifications(); in DoSomethingInterestingWithMyAPI()
101 ErrCode NotificationHelper::CancelAllNotifications() in CancelAllNotifications() function in OHOS::Notification::NotificationHelper103 return DelayedSingleton<AnsNotification>::GetInstance()->CancelAllNotifications(); in CancelAllNotifications()
123 asynccallbackinfo->info.errorCode = NotificationHelper::CancelAllNotifications(); in NapiCancelAll()
627 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);
1233 EXPECT_EQ((int)ERR_OK, (int)NotificationHelper::CancelAllNotifications());
187 static ErrCode CancelAllNotifications();
188 ErrCode CancelAllNotifications();
657 int code = NotificationHelper::CancelAllNotifications(); in CancelAll()
258 asynccallbackinfo->info.errorCode = NotificationHelper::CancelAllNotifications(); in CancelAll()
248 ErrCode ret = notificationHelper.CancelAllNotifications();
312 ErrCode AnsNotification::CancelAllNotifications() in CancelAllNotifications() function in OHOS::Notification::AnsNotification
528 ErrCode ret4 = ans_->CancelAllNotifications();