Home
last modified time | relevance | path

Searched refs:OnBundleDataCleared (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp332 advancedNotificationService_->OnBundleDataCleared(bundle);
H A Dadvanced_notification_service_test.cpp2149 advancedNotificationService_->OnBundleDataCleared(bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h916 void OnBundleDataCleared(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp325 std::bind(&AdvancedNotificationService::OnBundleDataCleared, this, std::placeholders::_1), in AdvancedNotificationService()
H A Dadvanced_notification_utils.cpp1320 void AdvancedNotificationService::OnBundleDataCleared(const sptr<NotificationBundleOption> &bundleO… in OnBundleDataCleared() function in OHOS::Notification::AdvancedNotificationService