Home
last modified time | relevance | path

Searched refs:cloneBundles (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.cpp50 std::vector<NotificationCloneBundleInfo> cloneBundles; in OnBackup() local
51 NotificationPreferences::GetInstance()->GetAllCLoneBundlesInfo(userId, cloneBundles); in OnBackup()
53 if (cloneBundles.empty()) { in OnBackup()
58 for (size_t index = 0; index < cloneBundles.size(); index++) { in OnBackup()
60 cloneBundles[index].ToJson(jsonNode); in OnBackup()
62 ANS_LOGD("Event bundle backup %{public}s.", cloneBundles[index].Dump().c_str()); in OnBackup()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp341 std::vector<NotificationCloneBundleInfo> &cloneBundles) in GetAllCLoneBundlesInfo() argument
366 cloneBundles.emplace_back(cloneBundleInfo); in GetAllCLoneBundlesInfo()
368 ANS_LOGI("GetAllCLoneBundlesInfo size: %{public}zu.", cloneBundles.size()); in GetAllCLoneBundlesInfo()
H A Dnotification_preferences.cpp727 std::vector<NotificationCloneBundleInfo> &cloneBundles) in GetAllCLoneBundlesInfo() argument
736 preferencesInfo.GetAllCLoneBundlesInfo(userId, bundlesMap, cloneBundles); in GetAllCLoneBundlesInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h321 std::vector<NotificationCloneBundleInfo> &cloneBundles);
H A Dnotification_preferences.h386 …oid GetAllCLoneBundlesInfo(int32_t userId, std::vector<NotificationCloneBundleInfo> &cloneBundles);