Home
last modified time | relevance | path

Searched refs:RemoveDoNotDisturbProfileTrustList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h383 …void RemoveDoNotDisturbProfileTrustList(int32_t userId, const sptr<NotificationBundleOption> &bund…
H A Dadvanced_notification_service.h1411 void RemoveDoNotDisturbProfileTrustList(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp539 RemoveDoNotDisturbProfileTrustList(bundleOption); in OnBundleRemoved()
560 void AdvancedNotificationService::RemoveDoNotDisturbProfileTrustList( in RemoveDoNotDisturbProfileTrustList() function in OHOS::Notification::AdvancedNotificationService
569 … NotificationPreferences::GetInstance()->RemoveDoNotDisturbProfileTrustList(userId, bundleOption); in RemoveDoNotDisturbProfileTrustList()
H A Dnotification_preferences.cpp787 void NotificationPreferences::RemoveDoNotDisturbProfileTrustList( in RemoveDoNotDisturbProfileTrustList() function in OHOS::Notification::NotificationPreferences