Searched refs:OnBundleDataUpdate (Results 1 – 8 of 8) sorted by relevance
35 void OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption);
930 void OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption);
113 void NotificationCloneBundle::OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption) in OnBundleDataUpdate() function in OHOS::Notification::NotificationCloneBundle
147 void NotificationCloneDisturb::OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOptio… in OnBundleDataUpdate() function in OHOS::Notification::NotificationCloneDisturb
410 advancedNotificationService_->OnBundleDataUpdate(bundle);
602 void AdvancedNotificationService::OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOp… in OnBundleDataUpdate() function in OHOS::Notification::AdvancedNotificationService626 NotificationCloneDisturb::GetInstance()->OnBundleDataUpdate(bundleOption); in OnBundleDataUpdate()
327 std::bind(&AdvancedNotificationService::OnBundleDataUpdate, this, std::placeholders::_1), in AdvancedNotificationService()