Searched refs:RemoveNotificationForBundle (Results 1 – 4 of 4) sorted by relevance
242 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(bundleOption_),…254 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(bundleEmptyOpti…266 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(noExsitbundleOp…278 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(nullptr),
81 ErrCode RemoveNotificationForBundle(const sptr<NotificationBundleOption> &bundleOption);
191 ErrCode NotificationPreferences::RemoveNotificationForBundle(const sptr<NotificationBundleOption> &… in RemoveNotificationForBundle() function in OHOS::Notification::NotificationPreferences
502 …ErrCode result = NotificationPreferences::GetInstance()->RemoveNotificationForBundle(bundleOption); in OnBundleRemoved()