Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h147 …bool PutHasPoppedDialog(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &has…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp822 EXPECT_TRUE(preferncesDB_->PutHasPoppedDialog(bundleInfo, 0));
836 EXPECT_FALSE(preferncesDB_->PutHasPoppedDialog(bundleInfo, 0));
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp248 ASSERT_EQ(preferncesDB_->PutHasPoppedDialog(bundleInfo, hasPopped), false);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp940 storeDBResult = preferncesDB_->PutHasPoppedDialog(bundleInfo, value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp420 bool NotificationPreferencesDatabase::PutHasPoppedDialog( in PutHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesDatabase