Searched refs:bundleEmptyOption_ (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 49 static sptr<NotificationBundleOption> bundleEmptyOption_; member in OHOS::Notification::NotificationPreferencesTest 59 sptr<NotificationBundleOption> NotificationPreferencesTest::bundleEmptyOption_ = member in OHOS::Notification::NotificationPreferencesTest 106 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->AddNotificationSlots(bundleEmptyOption_, sl… 189 bundleEmptyOption_, NotificationConstant::SlotType::OTHER), 254 …RT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(bundleEmptyOption_), 394 bundleEmptyOption_, NotificationConstant::SlotType::OTHER, slot), 539 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetShowBadge(bundleEmptyOption_, true), 541 auto result = bundleEmptyOption_->GetBundleName(); 578 ASSERT_EQ((int)NotificationPreferences::GetInstance()->IsShowBadge(bundleEmptyOption_, enable), 613 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetImportance(bundleEmptyOption_, importanc… [all …]
|