Home
last modified time | relevance | path

Searched refs:PutBundlePropertyValueToDisturbeDB (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp342 ASSERT_EQ(preferncesDB_->PutBundlePropertyValueToDisturbeDB(bundleInfo), false);
358 ASSERT_EQ(preferncesDB_->PutBundlePropertyValueToDisturbeDB(bundleInfo), false);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h255 …bool PutBundlePropertyValueToDisturbeDB(const NotificationPreferencesInfo::BundleInfo &bundleInfo);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp629 bool NotificationPreferencesDatabase::PutBundlePropertyValueToDisturbeDB( in PutBundlePropertyValueToDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
965 if (!PutBundlePropertyValueToDisturbeDB(bundleInfo)) { in PutBundleToDisturbeDB()
2091 return PutBundlePropertyValueToDisturbeDB(bundleInfo); in UpdateBundlePropertyToDisturbeDB()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp379 ASSERT_EQ(true, preferncesDB_->PutBundlePropertyValueToDisturbeDB(info));