Home
last modified time | relevance | path

Searched refs:bundleEmptyOption_ (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp49 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_, slots), in HWTEST_F()
189 bundleEmptyOption_, NotificationConstant::SlotType::OTHER), in HWTEST_F()
254 ASSERT_EQ((int)NotificationPreferences::GetInstance()->RemoveNotificationForBundle(bundleEmptyOption_), in HWTEST_F()
310 ASSERT_EQ((int)NotificationPreferences::GetInstance()->UpdateNotificationSlots(bundleEmptyOption_, slots), in HWTEST_F()
394 bundleEmptyOption_, NotificationConstant::SlotType::OTHER, slot), in HWTEST_F()
487 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetNotificationAllSlots(bundleEmptyOption_, slotsResult), in HWTEST_F()
539 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetShowBadge(bundleEmptyOption_, true), in HWTEST_F()
541 auto result = bundleEmptyOption_ in HWTEST_F()
[all...]

Completed in 2 milliseconds