Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_info.h106 void SetHasPoppedDialog(const bool &hasPopped);
Dnotification_preferences.h212 ErrCode SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOption, bool hasPopped);
Dadvanced_notification_service.h805 ErrCode SetHasPoppedDialog(const sptr<NotificationBundleOption> bundleOption, bool hasPopped);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp75 void NotificationPreferencesInfo::BundleInfo::SetHasPoppedDialog(const bool &hasPopped) in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
Dnotification_preferences.cpp395 ErrCode NotificationPreferences::SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOpt… in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferences
571 bundleInfo.SetHasPoppedDialog(value); in SaveBundleProperty()
Dnotification_preferences_database.cpp1110 bundleInfo.SetHasPoppedDialog(static_cast<bool>(StringToInt(value))); in ParseBundlePoppedDialog()
Dadvanced_notification_service.cpp1664 SetHasPoppedDialog(bundleOption, true); in RequestEnableNotification()
3905 ErrCode AdvancedNotificationService::SetHasPoppedDialog( in SetHasPoppedDialog() function in OHOS::Notification::AdvancedNotificationService
3917 result = NotificationPreferences::GetInstance().SetHasPoppedDialog(bundleOption, hasPopped); in SetHasPoppedDialog()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp994 …EXPECT_EQ((int)NotificationPreferences::GetInstance().SetHasPoppedDialog(bundleOption_, hasPopped)…
1006 …EXPECT_EQ((int)NotificationPreferences::GetInstance().SetHasPoppedDialog(bundleOption_, popped), (…
Dadvanced_notification_service_test.cpp1973 …EXPECT_EQ(advancedNotificationService_->SetHasPoppedDialog(bundleOption, hasPopped), (int)ERR_ANS_…