Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp47 static sptr<NotificationBundleOption> bundleOption_; member in OHOS::Notification::NotificationPreferencesTest
55 sptr<NotificationBundleOption> NotificationPreferencesTest::bundleOption_ = member in OHOS::Notification::NotificationPreferencesTest
74 NotificationPreferences::GetInstance()->AddNotificationSlots(bundleOption_, slots); in TestAddNotificationSlot()
80 NotificationPreferences::GetInstance()->CheckSlotForCreateSlot(bundleOption_, slot, info); in TestAddNotificationSlot()
93 ASSERT_EQ((int)NotificationPreferences::GetInstance()->AddNotificationSlots(bundleOption_, slots), (int)ERR_OK); in HWTEST_F()
118 ASSERT_EQ((int)NotificationPreferences::GetInstance()->AddNotificationSlots(bundleOption_, slots), in HWTEST_F()
133 ASSERT_EQ((int)NotificationPreferences::GetInstance()->AddNotificationSlots(bundleOption_, slots), in HWTEST_F()
151 ASSERT_EQ((int)NotificationPreferences::GetInstance()->AddNotificationSlots(bundleOption_, slots), (int)ERR_OK); in HWTEST_F()
177 bundleOption_, NotificationConstant::SlotType::OTHER), in HWTEST_F()
217 bundleOption_, NotificationConstan in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp71 static sptr<NotificationBundleOption> bundleOption_; member in OHOS::Notification::ReminderStoreTest
74 sptr<NotificationBundleOption> ReminderStoreTest::bundleOption_ = member in OHOS::Notification::ReminderStoreTest
156 int64_t ret = reminderStore.Insert(reminder, bundleOption_); in HWTEST_F()
170 int64_t ret = reminderStore.Update(reminder, bundleOption_); in HWTEST_F()
285 int64_t ret = reminderStore.UpdateOrInsert(reminder, bundleOption_); in HWTEST_F()

Completed in 4 milliseconds