Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h109 bool GetHasPoppedDialog() const;
H A Dnotification_preferences.h232 ErrCode GetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOption, bool &hasPopped);
H A Dadvanced_notification_service.h1296 ErrCode GetHasPoppedDialog(const sptr<NotificationBundleOption> bundleOption, bool &hasPopped);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp91 bool NotificationPreferencesInfo::BundleInfo::GetHasPoppedDialog() const in GetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
H A Dnotification_preferences.cpp480 ErrCode NotificationPreferences::GetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOpt… in GetHasPoppedDialog() function in OHOS::Notification::NotificationPreferences
976 value = bundleInfo.GetHasPoppedDialog(); in GetBundleProperty()
H A Dadvanced_notification_service.cpp1781 ErrCode AdvancedNotificationService::GetHasPoppedDialog( in GetHasPoppedDialog() function in OHOS::Notification::AdvancedNotificationService
1791 … result = NotificationPreferences::GetInstance()->GetHasPoppedDialog(bundleOption, hasPopped); in GetHasPoppedDialog()
H A Dadvanced_notification_publish_service.cpp904 result = GetHasPoppedDialog(bundleOption, hasPopped); in RequestEnableNotification()
1124 result = GetHasPoppedDialog(bundleOption, hasPopped); in CanPopEnableNotificationDialog()
H A Dnotification_preferences_database.cpp646 std::to_string(bundleInfo.GetHasPoppedDialog()), in PutBundlePropertyValueToDisturbeDB()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1009 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetHasPoppedDialog(bundleOption_, hasPopped…
H A Dadvanced_notification_service_test.cpp1170 …ASSERT_EQ(advancedNotificationService_->GetHasPoppedDialog(bundleOption, hasPopped), (int)ERR_ANS_…
3328 ret = advancedNotificationService_->GetHasPoppedDialog(bundle1, enable);