Home
last modified time | relevance | path

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

/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.h931 void OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption);
/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> &bundleOption) in OnBundleDataUpdate() function in OHOS::Notification::NotificationCloneDisturb
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp399 * @tc.desc: Test OnBundleDataUpdate
410 advancedNotificationService_->OnBundleDataUpdate(bundle); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp235 service->OnBundleDataUpdate(bundleOption); in DoTestForAdvancedNotificationUtils()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp631 void AdvancedNotificationService::OnBundleDataUpdate(const sptr<NotificationBundleOption> &bundleOption) in OnBundleDataUpdate() function in OHOS::Notification::AdvancedNotificationService
655 NotificationCloneDisturb::GetInstance()->OnBundleDataUpdate(bundleOption); in OnBundleDataUpdate()
H A Dadvanced_notification_service.cpp320 std::bind(&AdvancedNotificationService::OnBundleDataUpdate, this, std::placeholders::_1), in AdvancedNotificationService()

Completed in 12 milliseconds