Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp186 EXPECT_TRUE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, true)); in HWTEST_F()
187 EXPECT_TRUE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, false)); in HWTEST_F()
200 EXPECT_FALSE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, false)); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h88 bool PutNotificationsEnabledForBundle(
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp183 * @tc.desc : test PutNotificationsEnabledForBundle function and CheckBundle is false
195 // test PutNotificationsEnabledForBundle function in HWTEST_F()
197 ASSERT_EQ(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, enabled), false); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp912 storeDBResult = preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp369 bool NotificationPreferencesDatabase::PutNotificationsEnabledForBundle( in PutNotificationsEnabledForBundle() function in OHOS::Notification::NotificationPreferencesDatabase

Completed in 10 milliseconds