Searched refs:cloneBundles (Results 1 – 5 of 5) sorted by relevance
50 std::vector<NotificationCloneBundleInfo> cloneBundles; in OnBackup() local51 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()
341 std::vector<NotificationCloneBundleInfo> &cloneBundles) in GetAllCLoneBundlesInfo() argument366 cloneBundles.emplace_back(cloneBundleInfo); in GetAllCLoneBundlesInfo()368 ANS_LOGI("GetAllCLoneBundlesInfo size: %{public}zu.", cloneBundles.size()); in GetAllCLoneBundlesInfo()
727 std::vector<NotificationCloneBundleInfo> &cloneBundles) in GetAllCLoneBundlesInfo() argument736 preferencesInfo.GetAllCLoneBundlesInfo(userId, bundlesMap, cloneBundles); in GetAllCLoneBundlesInfo()
321 std::vector<NotificationCloneBundleInfo> &cloneBundles);
386 …oid GetAllCLoneBundlesInfo(int32_t userId, std::vector<NotificationCloneBundleInfo> &cloneBundles);