Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp218 bool NotificationDialogManager::SetHasPoppedDialog( in SetHasPoppedDialog() function in OHOS::Notification::NotificationDialogManager
225 ErrCode result = NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundleOption, hasPopped); in SetHasPoppedDialog()
237 NotificationDialogManager::SetHasPoppedDialog(bundleOption, true); in OnDialogButtonClicked()
H A Dnotification_preferences_info.cpp85 void NotificationPreferencesInfo::BundleInfo::SetHasPoppedDialog(const bool &hasPopped) in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
H A Dnotification_preferences.cpp469 ErrCode NotificationPreferences::SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOption, bool hasPopped) in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferences
915 ANS_LOGI("Into BUNDLE_POPPED_DIALOG_TYPE:SetHasPoppedDialog."); in SaveBundleProperty()
916 bundleInfo.SetHasPoppedDialog(value); in SaveBundleProperty()
H A Dnotification_preferences_database.cpp1303 bundleInfo.SetHasPoppedDialog(static_cast<bool>(StringToInt(value))); in ParseBundlePoppedDialog()
/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);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp409 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, true); in HWTEST_F()
H A Dnotification_preferences_test.cpp994 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundleOption_, hasPopped), (int)ERR_OK); in HWTEST_F()
1006 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundleOption_, popped), (int)ERR_OK); in HWTEST_F()
H A Dadvanced_notification_publish_service_test.cpp464 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, true); in HWTEST_F()
469 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, false); in HWTEST_F()

Completed in 13 milliseconds