Home
last modified time | relevance | path

Searched refs:PutBundleToDisturbeDB (Results 1 – 3 of 3) 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.cpp644 ASSERT_EQ(preferncesDB_->PutBundleToDisturbeDB(bundleKey, bundleInfo), false);
663 ASSERT_EQ(preferncesDB_->PutBundleToDisturbeDB(bundleKey, bundleInfo), false);
678 ASSERT_EQ(preferncesDB_->PutBundleToDisturbeDB(bundleKey, bundleInfo), false);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h261 bool PutBundleToDisturbeDB(
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp302 result = PutBundleToDisturbeDB(bundleKeyStr, bundleInfo); in PutBundlePropertyToDisturbeDB()
614 result = PutBundleToDisturbeDB(bundleKeyStr, bundleInfo); in CheckBundle()
948 bool NotificationPreferencesDatabase::PutBundleToDisturbeDB( in PutBundleToDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase