Searched refs:RemoveNotificationForBundle (Results 1 – 4 of 4) sorted by relevance
78 ErrCode RemoveNotificationForBundle(const sptr<NotificationBundleOption> &bundleOption);
243 …EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationForBundle(bundleOption_), …255 …EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationForBundle(bundleEmptyOptio…267 …EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationForBundle(noExsitbundleOpt…279 EXPECT_EQ((int)NotificationPreferences::GetInstance().RemoveNotificationForBundle(nullptr),
142 ErrCode NotificationPreferences::RemoveNotificationForBundle(const sptr<NotificationBundleOption> &… in RemoveNotificationForBundle() function in OHOS::Notification::NotificationPreferences
2383 … ErrCode result = NotificationPreferences::GetInstance().RemoveNotificationForBundle(bundleOption); in OnBundleRemoved()