Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_info.h97 void SetEnableNotification(const bool &enable);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp64 void NotificationPreferencesInfo::BundleInfo::SetEnableNotification(const bool &enable) in SetEnableNotification() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
Dnotification_preferences.cpp474 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in CheckSlotForCreateSlot()
539 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in SetBundleProperty()
567 bundleInfo.SetEnableNotification(value); in SaveBundleProperty()
Dnotification_preferences_database.cpp1103 bundleInfo.SetEnableNotification(static_cast<bool>(StringToInt(value))); in ParseBundleEnableNotification()