Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_info.h55 void SetEnableNotification(const bool &enable);
H A Dnotification_preferences_info.h99 void SetEnableNotification(const bool &enable);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp693 bundleInfo.SetEnableNotification(cloneBundleInfo.GetEnableNotification()); in UpdateCloneBundleInfo()
840 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in CheckSlotForCreateSlot()
905 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in SetBundleProperty()
934 bundleInfo.SetEnableNotification(value); in SaveBundleProperty()
1045 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in SetDistributedEnabledByBundle()
1063 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in IsDistributedEnabledByBundle()
H A Dnotification_preferences_info.cpp75 void NotificationPreferencesInfo::BundleInfo::SetEnableNotification(const bool &enable) in SetEnableNotification() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
357 cloneBundleInfo.SetEnableNotification(iter->second.GetEnableNotification()); in GetAllCLoneBundlesInfo()
H A Dnotification_preferences_database.cpp613 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleName, bundleUid)); in CheckBundle()
1340 bundleInfo.SetEnableNotification(static_cast<bool>(StringToInt(value))); in ParseBundleEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp85 void NotificationCloneBundleInfo::SetEnableNotification(const bool &enable) in SetEnableNotification() function in OHOS::Notification::NotificationCloneBundleInfo