Searched refs:SetHasPoppedDialog (Results 1 - 10 of 10) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_dialog_manager.cpp | 218 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 D | notification_preferences_info.cpp | 85 void NotificationPreferencesInfo::BundleInfo::SetHasPoppedDialog(const bool &hasPopped) in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
|
H A D | notification_preferences.cpp | 469 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 D | notification_preferences_database.cpp | 1303 bundleInfo.SetHasPoppedDialog(static_cast<bool>(StringToInt(value))); in ParseBundlePoppedDialog()
|
/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);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_utils_test.cpp | 409 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, true); in HWTEST_F()
|
H A D | notification_preferences_test.cpp | 994 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 D | advanced_notification_publish_service_test.cpp | 464 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, true); in HWTEST_F() 469 NotificationPreferences::GetInstance()->SetHasPoppedDialog(bundle, false); in HWTEST_F()
|
Completed in 13 milliseconds