Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_service.h34 void OnBundleDataAdd(const sptr<NotificationBundleOption> &bundleOption);
H A Dnotification_clone_disturb_service.h34 void OnBundleDataAdd(const sptr<NotificationBundleOption> &bundleOption);
H A Dadvanced_notification_service.h923 void OnBundleDataAdd(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_service.cpp108 void NotificationCloneBundle::OnBundleDataAdd(const sptr<NotificationBundleOption> &bundleOption) in OnBundleDataAdd() function in OHOS::Notification::NotificationCloneBundle
H A Dnotification_clone_disturb_service.cpp142 void NotificationCloneDisturb::OnBundleDataAdd(const sptr<NotificationBundleOption> &bundleOption) in OnBundleDataAdd() function in OHOS::Notification::NotificationCloneDisturb
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp390 advancedNotificationService_->OnBundleDataAdd(bundle);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp572 void AdvancedNotificationService::OnBundleDataAdd(const sptr<NotificationBundleOption> &bundleOptio… in OnBundleDataAdd() function in OHOS::Notification::AdvancedNotificationService
595 NotificationCloneBundle::GetInstance()->OnBundleDataAdd(bundleOption); in OnBundleDataAdd()
598 NotificationCloneDisturb::GetInstance()->OnBundleDataAdd(bundleOption); in OnBundleDataAdd()
621 OnBundleDataAdd(bundleOption); in OnBundleDataUpdate()
H A Dadvanced_notification_service.cpp326 std::bind(&AdvancedNotificationService::OnBundleDataAdd, this, std::placeholders::_1), in AdvancedNotificationService()