Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h147 bool PutHasPoppedDialog(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &hasPopped);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp822 EXPECT_TRUE(preferncesDB_->PutHasPoppedDialog(bundleInfo, 0)); in HWTEST_F()
836 EXPECT_FALSE(preferncesDB_->PutHasPoppedDialog(bundleInfo, 0)); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp235 * @tc.desc : test PutHasPoppedDialog function and CheckBundle is false
246 // test PutHasPoppedDialog function in HWTEST_F()
248 ASSERT_EQ(preferncesDB_->PutHasPoppedDialog(bundleInfo, hasPopped), false); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp917 storeDBResult = preferncesDB_->PutHasPoppedDialog(bundleInfo, value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp420 bool NotificationPreferencesDatabase::PutHasPoppedDialog( in PutHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesDatabase

Completed in 11 milliseconds