Home
last modified time | relevance | path

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

/ohos5.0/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()
177 bundleOption_, NotificationConstant::SlotType::OTHER),
217 bundleOption_, NotificationConstant::SlotType::SERVICE_REMINDER),
243 advancedNotificationService_->OnBundleRemoved(bundleOption_);
380 bundleOption_, NotificationConstant::SlotType::OTHER, slot),
711 NotificationPreferences::GetInstance()->SetTotalBadgeNums(bundleOption_, num);
1173 bundleOption_, NotificationConstant::SlotType::OTHER, info), (int)ERR_OK);
1186 bundleOption_, NotificationConstant::SlotType::OTHER, info),
[all …]
/ohos5.0/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_);
170 int64_t ret = reminderStore.Update(reminder, bundleOption_);
285 int64_t ret = reminderStore.UpdateOrInsert(reminder, bundleOption_);