Home
last modified time | relevance | path

Searched refs:OnBundleDataUpdate (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_service.h35 void OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption);
H A Dnotification_clone_disturb_service.h35 void OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption);
H A Dadvanced_notification_service.h930 void OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_service.cpp113 void NotificationCloneBundle::OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption) in OnBundleDataUpdate() function in OHOS::Notification::NotificationCloneBundle
H A Dnotification_clone_disturb_service.cpp147 void NotificationCloneDisturb::OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOptio… in OnBundleDataUpdate() function in OHOS::Notification::NotificationCloneDisturb
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp410 advancedNotificationService_->OnBundleDataUpdate(bundle);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp602 void AdvancedNotificationService::OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOp… in OnBundleDataUpdate() function in OHOS::Notification::AdvancedNotificationService
626 NotificationCloneDisturb::GetInstance()->OnBundleDataUpdate(bundleOption); in OnBundleDataUpdate()
H A Dadvanced_notification_service.cpp327 std::bind(&AdvancedNotificationService::OnBundleDataUpdate, this, std::placeholders::_1), in AdvancedNotificationService()