Home
last modified time | relevance | path

Searched refs:OnBundleDataAdd (Results 1 - 9 of 9) sorted by relevance

/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.h924 void OnBundleDataAdd(const sptr<NotificationBundleOption> &bundleOption);
/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
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp601 void AdvancedNotificationService::OnBundleDataAdd(const sptr<NotificationBundleOption> &bundleOption) in OnBundleDataAdd() function in OHOS::Notification::AdvancedNotificationService
624 NotificationCloneBundle::GetInstance()->OnBundleDataAdd(bundleOption); in OnBundleDataAdd()
627 NotificationCloneDisturb::GetInstance()->OnBundleDataAdd(bundleOption); in OnBundleDataAdd()
650 OnBundleDataAdd(bundleOption); in OnBundleDataUpdate()
H A Dadvanced_notification_service.cpp319 std::bind(&AdvancedNotificationService::OnBundleDataAdd, this, std::placeholders::_1), in AdvancedNotificationService()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp380 * @tc.desc: Test OnBundleDataAdd
390 advancedNotificationService_->OnBundleDataAdd(bundle); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp234 service->OnBundleDataAdd(bundleOption); in DoTestForAdvancedNotificationUtils()

Completed in 13 milliseconds