Home
last modified time | relevance | path

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

/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.h1288 ErrCode GetHasPoppedDialog(const sptr<NotificationBundleOption> bundleOption, bool &hasPopped);
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp90 bool NotificationPreferencesInfo::BundleInfo::GetHasPoppedDialog() const in GetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
H A Dnotification_preferences.cpp461 ErrCode NotificationPreferences::GetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOption, bool &hasPopped) in GetHasPoppedDialog() function in OHOS::Notification::NotificationPreferences
955 ANS_LOGD("Into BUNDLE_POPPED_DIALOG_TYPE:GetHasPoppedDialog."); in GetBundleProperty()
956 value = bundleInfo.GetHasPoppedDialog(); in GetBundleProperty()
H A Dadvanced_notification_service.cpp1866 ErrCode AdvancedNotificationService::GetHasPoppedDialog( in GetHasPoppedDialog() function in OHOS::Notification::AdvancedNotificationService
1876 result = NotificationPreferences::GetInstance()->GetHasPoppedDialog(bundleOption, hasPopped); in GetHasPoppedDialog()
H A Dadvanced_notification_publish_service.cpp876 result = GetHasPoppedDialog(bundleOption, hasPopped); in RequestEnableNotification()
1068 result = GetHasPoppedDialog(bundleOption, hasPopped); in CanPopEnableNotificationDialog()
H A Dnotification_preferences_database.cpp632 std::to_string(bundleInfo.GetHasPoppedDialog()), in PutBundlePropertyValueToDisturbeDB()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1009 ASSERT_EQ((int)NotificationPreferences::GetInstance()->GetHasPoppedDialog(bundleOption_, hasPopped), (int)ERR_OK); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp1165 * @tc.desc : Test GetHasPoppedDialog function when the result is ERR_ANS_INVALID_PARAM
1172 ASSERT_EQ(advancedNotificationService_->GetHasPoppedDialog(bundleOption, hasPopped), (int)ERR_ANS_INVALID_PARAM); in HWTEST_F()
3331 ret = advancedNotificationService_->GetHasPoppedDialog(bundle1, enable); in HWTEST_F()

Completed in 25 milliseconds