Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp186 EXPECT_TRUE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, true));
187 EXPECT_TRUE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, false));
200 EXPECT_FALSE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, false));
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h88 bool PutNotificationsEnabledForBundle(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp197 ASSERT_EQ(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, enabled), false);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp935 storeDBResult = preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp369 bool NotificationPreferencesDatabase::PutNotificationsEnabledForBundle( in PutNotificationsEnabledForBundle() function in OHOS::Notification::NotificationPreferencesDatabase