Searched refs:SetHasPoppedDialog (Results 1 – 9 of 9) sorted by relevance
106 void SetHasPoppedDialog(const bool &hasPopped);
212 ErrCode SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOption, bool hasPopped);
805 ErrCode SetHasPoppedDialog(const sptr<NotificationBundleOption> bundleOption, bool hasPopped);
75 void NotificationPreferencesInfo::BundleInfo::SetHasPoppedDialog(const bool &hasPopped) in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
395 ErrCode NotificationPreferences::SetHasPoppedDialog(const sptr<NotificationBundleOption> &bundleOpt… in SetHasPoppedDialog() function in OHOS::Notification::NotificationPreferences571 bundleInfo.SetHasPoppedDialog(value); in SaveBundleProperty()
1110 bundleInfo.SetHasPoppedDialog(static_cast<bool>(StringToInt(value))); in ParseBundlePoppedDialog()
1664 SetHasPoppedDialog(bundleOption, true); in RequestEnableNotification()3905 ErrCode AdvancedNotificationService::SetHasPoppedDialog( in SetHasPoppedDialog() function in OHOS::Notification::AdvancedNotificationService3917 result = NotificationPreferences::GetInstance().SetHasPoppedDialog(bundleOption, hasPopped); in SetHasPoppedDialog()
994 …EXPECT_EQ((int)NotificationPreferences::GetInstance().SetHasPoppedDialog(bundleOption_, hasPopped)…1006 …EXPECT_EQ((int)NotificationPreferences::GetInstance().SetHasPoppedDialog(bundleOption_, popped), (…
1973 …EXPECT_EQ(advancedNotificationService_->SetHasPoppedDialog(bundleOption, hasPopped), (int)ERR_ANS_…