Home
last modified time | relevance | path

Searched refs:SetHasPoppedDialog (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp217 bool NotificationDialogManager::SetHasPoppedDialog( in SetHasPoppedDialog() function in OHOS::Notification::NotificationDialogManager
224 …ErrCode result = NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundleOption, hasPoppe… in SetHasPoppedDialog()
236 NotificationDialogManager::SetHasPoppedDialog(bundleOption, true); in OnDialogButtonClicked()
H A Dnotification_preferences_info.cpp86 void NotificationPreferencesInfo::BundleInfo::SetHasPoppedDialog(const bool &hasPopped) in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
H A Dnotification_preferences.cpp488 ErrCode NotificationPreferences::SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOpt… in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferences
939 bundleInfo.SetHasPoppedDialog(value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp1347 bundleInfo.SetHasPoppedDialog(static_cast<bool>(StringToInt(value))); in ParseBundlePoppedDialog()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_dialog_manager.h117 …static bool SetHasPoppedDialog(const sptr<NotificationBundleOption>& bundleOption, bool hasPopped);
H A Dnotification_preferences_info.h108 void SetHasPoppedDialog(const bool &hasPopped);
H A Dnotification_preferences.h233 ErrCode SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOption, bool hasPopped);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp409 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, true);
H A Dadvanced_notification_publish_service_test.cpp464 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, true);
469 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, false);
H A Dnotification_preferences_test.cpp994 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundleOption_, hasPopped…
1006 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundleOption_, popped), …