Searched refs:PutHasPoppedDialog (Results 1 – 5 of 5) sorted by relevance
147 …bool PutHasPoppedDialog(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &has…
822 EXPECT_TRUE(preferncesDB_->PutHasPoppedDialog(bundleInfo, 0));836 EXPECT_FALSE(preferncesDB_->PutHasPoppedDialog(bundleInfo, 0));
248 ASSERT_EQ(preferncesDB_->PutHasPoppedDialog(bundleInfo, hasPopped), false);
940 storeDBResult = preferncesDB_->PutHasPoppedDialog(bundleInfo, value); in SaveBundleProperty()
420 bool NotificationPreferencesDatabase::PutHasPoppedDialog( in PutHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesDatabase