Searched refs:bundleInfoList (Results 1 – 4 of 4) sorted by relevance
72 ModuleIpcHelper::ReadList<BundleInfo>(reply, info.bundleInfoList, ReadBundleInfo); in ReadModulePackageInfo()85 ModuleIpcHelper::WriteList<BundleInfo>(data, info.bundleInfoList, WriteBundleInfo); in WriteModulePackageInfo()
211 BundleInfo &infoTmp = versionInfo.bundleInfoList.emplace_back(); in ParseBundleList()438 …if (!CompareBundleList(oldFile.GetVersionInfo().bundleInfoList, newFile.GetVersionInfo().bundleInf… in CompareVersion()
84 std::list<BundleInfo> bundleInfoList; member
1309 …std::vector<std::string> bundleInfoList = FormUtil::StringSplit(bundleInfo, BUNDLE_INFO_SEPARATOR); in DumpHasFormVisible() local1310 size_t size = bundleInfoList.size(); in DumpHasFormVisible()1317 std::string bundleName = bundleInfoList[BUNDLE_NAME_INDEX]; in DumpHasFormVisible()1321 userId = std::stoi(bundleInfoList[USER_ID_INDEX]); in DumpHasFormVisible()1323 instIndex = std::stoi(bundleInfoList[INSTANCE_SEQ_INDEX]); in DumpHasFormVisible()