Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_info.h272 bool GetEnabledAllNotification(const int32_t &userId, bool &enable) const;
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp214 bool NotificationPreferencesInfo::GetEnabledAllNotification(const int32_t &userId, bool &enable) co… in GetEnabledAllNotification() function in OHOS::Notification::NotificationPreferencesInfo
Dnotification_preferences.cpp362 if (!preferencesInfo_.GetEnabledAllNotification(userId, enabled)) { in GetNotificationsEnabled()
Dnotification_preferences_database.cpp1294 if (!info.GetEnabledAllNotification(userId, enable)) { in GetEnableAllNotification()