Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_info.h56 bool GetEnableNotification() const;
H A Dnotification_preferences_info.h106 bool GetEnableNotification() const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp80 bool NotificationPreferencesInfo::BundleInfo::GetEnableNotification() const in GetEnableNotification() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
357 cloneBundleInfo.SetEnableNotification(iter->second.GetEnableNotification()); in GetAllCLoneBundlesInfo()
H A Dnotification_preferences.cpp693 bundleInfo.SetEnableNotification(cloneBundleInfo.GetEnableNotification()); in UpdateCloneBundleInfo()
972 value = bundleInfo.GetEnableNotification(); in GetBundleProperty()
H A Dnotification_preferences_database.cpp643 std::to_string(bundleInfo.GetEnableNotification()), in PutBundlePropertyValueToDisturbeDB()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp90 bool NotificationCloneBundleInfo::GetEnableNotification() const in GetEnableNotification() function in OHOS::Notification::NotificationCloneBundleInfo