Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h303 void SetEnabledAllNotification(const int32_t &userId, const bool &enable);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp382 void NotificationPreferencesInfo::SetEnabledAllNotification(const int32_t &userId, const bool &enab… in SetEnabledAllNotification() function in OHOS::Notification::NotificationPreferencesInfo
H A Dnotification_preferences_database.cpp1582 info.SetEnabledAllNotification(userId, enable); in GetEnableAllNotification()
1588 info.SetEnabledAllNotification(userId, static_cast<bool>(StringToInt(value))); in GetEnableAllNotification()
H A Dnotification_preferences.cpp468 preferencesInfo.SetEnabledAllNotification(userId, enabled); in SetNotificationsEnabled()