Home
last modified time | relevance | path

Searched refs:GetAllCLoneBundlesInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_service.cpp51 NotificationPreferences::GetInstance()->GetAllCLoneBundlesInfo(userId, cloneBundles); in OnBackup()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h320 …void GetAllCLoneBundlesInfo(const int32_t &userId, const std::unordered_map<std::string, std::stri…
H A Dnotification_preferences.h386 …void GetAllCLoneBundlesInfo(int32_t userId, std::vector<NotificationCloneBundleInfo> &cloneBundles…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp339 void NotificationPreferencesInfo::GetAllCLoneBundlesInfo(const int32_t &userId, in GetAllCLoneBundlesInfo() function in OHOS::Notification::NotificationPreferencesInfo
H A Dnotification_preferences.cpp726 void NotificationPreferences::GetAllCLoneBundlesInfo(int32_t userId, in GetAllCLoneBundlesInfo() function in OHOS::Notification::NotificationPreferences
736 preferencesInfo.GetAllCLoneBundlesInfo(userId, bundlesMap, cloneBundles); in GetAllCLoneBundlesInfo()