Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp52 * @tc.desc : test PutBundlePropertyToDisturbeDB function and CheckRdbStore is false
61 // test PutBundlePropertyToDisturbeDB function in HWTEST_F()
62 ASSERT_EQ(preferncesDB_->PutBundlePropertyToDisturbeDB(bundleInfo), false); in HWTEST_F()
68 * @tc.desc : test PutBundlePropertyToDisturbeDB function and status is NativeRdb::E_EMPTY_VALUES_BUCKET
81 // test PutBundlePropertyToDisturbeDB function in HWTEST_F()
82 ASSERT_EQ(preferncesDB_->PutBundlePropertyToDisturbeDB(bundleInfo), false); in HWTEST_F()
88 * @tc.desc : test PutBundlePropertyToDisturbeDB function and status is NativeRdb::E_ERROR
99 // test PutBundlePropertyToDisturbeDB function in HWTEST_F()
100 ASSERT_EQ(preferncesDB_->PutBundlePropertyToDisturbeDB(bundleInfo), false); in HWTEST_F()
537 * @tc.desc : test PutBundlePropertyToDisturbeDB functio
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h51 bool PutBundlePropertyToDisturbeDB(const NotificationPreferencesInfo::BundleInfo &bundleInfo);
245 int32_t PutBundlePropertyToDisturbeDB(
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp282 bool NotificationPreferencesDatabase::PutBundlePropertyToDisturbeDB( in PutBundlePropertyToDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
329 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_SHOW_BADGE_TYPE, enable, in PutShowBadge()
347 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_IMPORTANCE_TYPE, importance, in PutImportance()
364 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_BADGE_TOTAL_NUM_TYPE, totalBadgeNum, in PutTotalBadgeNums()
383 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_ENABLE_NOTIFICATION_TYPE, enabled, in PutNotificationsEnabledForBundle()
415 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_SLOTFLGS_TYPE, slotFlags, in PutSlotFlags()
433 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_POPPED_DIALOG_TYPE, hasPopped, in PutHasPoppedDialog()
865 int32_t NotificationPreferencesDatabase::PutBundlePropertyToDisturbeDB( in PutBundlePropertyToDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
H A Dnotification_preferences.cpp111 if (preferncesDB_->PutBundlePropertyToDisturbeDB(bundleInfo)) { in AddNotificationBundleProperty()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp406 * @tc.name : PutBundlePropertyToDisturbeDB
407 * @tc.desc : Test PutBundlePropertyToDisturbeDB function return is true
415 ASSERT_EQ(preferncesDB_->PutBundlePropertyToDisturbeDB(bundleInfo), false); in HWTEST_F()

Completed in 9 milliseconds