Searched refs:GetHasPoppedDialog (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_info.h | 109 bool GetHasPoppedDialog() const;
|
H A D | notification_preferences.h | 232 ErrCode GetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOption, bool &hasPopped);
|
H A D | advanced_notification_service.h | 1296 ErrCode GetHasPoppedDialog(const sptr<NotificationBundleOption> bundleOption, bool &hasPopped);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_info.cpp | 91 bool NotificationPreferencesInfo::BundleInfo::GetHasPoppedDialog() const in GetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
|
H A D | notification_preferences.cpp | 480 ErrCode NotificationPreferences::GetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOpt… in GetHasPoppedDialog() function in OHOS::Notification::NotificationPreferences 976 value = bundleInfo.GetHasPoppedDialog(); in GetBundleProperty()
|
H A D | advanced_notification_service.cpp | 1781 ErrCode AdvancedNotificationService::GetHasPoppedDialog( in GetHasPoppedDialog() function in OHOS::Notification::AdvancedNotificationService 1791 … result = NotificationPreferences::GetInstance()->GetHasPoppedDialog(bundleOption, hasPopped); in GetHasPoppedDialog()
|
H A D | advanced_notification_publish_service.cpp | 904 result = GetHasPoppedDialog(bundleOption, hasPopped); in RequestEnableNotification() 1124 result = GetHasPoppedDialog(bundleOption, hasPopped); in CanPopEnableNotificationDialog()
|
H A D | notification_preferences_database.cpp | 646 std::to_string(bundleInfo.GetHasPoppedDialog()), in PutBundlePropertyValueToDisturbeDB()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 1009 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetHasPoppedDialog(bundleOption_, hasPopped…
|
H A D | advanced_notification_service_test.cpp | 1170 …ASSERT_EQ(advancedNotificationService_->GetHasPoppedDialog(bundleOption, hasPopped), (int)ERR_ANS_… 3328 ret = advancedNotificationService_->GetHasPoppedDialog(bundle1, enable);
|