Searched refs:GetHasPoppedDialog (Results 1 - 10 of 10) sorted by relevance
/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 | 1288 ErrCode GetHasPoppedDialog(const sptr<NotificationBundleOption> bundleOption, bool &hasPopped);
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_info.cpp | 90 bool NotificationPreferencesInfo::BundleInfo::GetHasPoppedDialog() const in GetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
|
H A D | notification_preferences.cpp | 461 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 D | advanced_notification_service.cpp | 1866 ErrCode AdvancedNotificationService::GetHasPoppedDialog( in GetHasPoppedDialog() function in OHOS::Notification::AdvancedNotificationService 1876 result = NotificationPreferences::GetInstance()->GetHasPoppedDialog(bundleOption, hasPopped); in GetHasPoppedDialog()
|
H A D | advanced_notification_publish_service.cpp | 876 result = GetHasPoppedDialog(bundleOption, hasPopped); in RequestEnableNotification() 1068 result = GetHasPoppedDialog(bundleOption, hasPopped); in CanPopEnableNotificationDialog()
|
H A D | notification_preferences_database.cpp | 632 std::to_string(bundleInfo.GetHasPoppedDialog()), in PutBundlePropertyValueToDisturbeDB()
|
/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), (int)ERR_OK); in HWTEST_F()
|
H A D | advanced_notification_service_test.cpp | 1165 * @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