Searched refs:SetHasPoppedDialog (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_dialog_manager.cpp | 217 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 D | notification_preferences_info.cpp | 86 void NotificationPreferencesInfo::BundleInfo::SetHasPoppedDialog(const bool &hasPopped) in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
|
H A D | notification_preferences.cpp | 488 ErrCode NotificationPreferences::SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOpt… in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferences 939 bundleInfo.SetHasPoppedDialog(value); in SaveBundleProperty()
|
H A D | notification_preferences_database.cpp | 1347 bundleInfo.SetHasPoppedDialog(static_cast<bool>(StringToInt(value))); in ParseBundlePoppedDialog()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_dialog_manager.h | 117 …static bool SetHasPoppedDialog(const sptr<NotificationBundleOption>& bundleOption, bool hasPopped);
|
H A D | notification_preferences_info.h | 108 void SetHasPoppedDialog(const bool &hasPopped);
|
H A D | notification_preferences.h | 233 ErrCode SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOption, bool hasPopped);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_utils_test.cpp | 409 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, true);
|
H A D | advanced_notification_publish_service_test.cpp | 464 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, true); 469 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, false);
|
H A D | notification_preferences_test.cpp | 994 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundleOption_, hasPopped… 1006 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundleOption_, popped), …
|