Searched refs:OnBundleDataCleared (Results 1 – 5 of 5) sorted by relevance
332 advancedNotificationService_->OnBundleDataCleared(bundle);
2149 advancedNotificationService_->OnBundleDataCleared(bundleOption);
916 void OnBundleDataCleared(const sptr<NotificationBundleOption> &bundleOption);
325 std::bind(&AdvancedNotificationService::OnBundleDataCleared, this, std::placeholders::_1), in AdvancedNotificationService()
1320 void AdvancedNotificationService::OnBundleDataCleared(const sptr<NotificationBundleOption> &bundleO… in OnBundleDataCleared() function in OHOS::Notification::AdvancedNotificationService