Searched refs:PutNotificationsEnabledForBundle (Results 1 – 5 of 5) sorted by relevance
186 EXPECT_TRUE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, true));187 EXPECT_TRUE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, false));200 EXPECT_FALSE(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, false));
88 bool PutNotificationsEnabledForBundle(
197 ASSERT_EQ(preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, enabled), false);
935 storeDBResult = preferncesDB_->PutNotificationsEnabledForBundle(bundleInfo, value); in SaveBundleProperty()
369 bool NotificationPreferencesDatabase::PutNotificationsEnabledForBundle( in PutNotificationsEnabledForBundle() function in OHOS::Notification::NotificationPreferencesDatabase