Home
last modified time | relevance | path

Searched refs:bundleInfoList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_ipc_helper.cpp72 ModuleIpcHelper::ReadList<BundleInfo>(reply, info.bundleInfoList, ReadBundleInfo); in ReadModulePackageInfo()
85 ModuleIpcHelper::WriteList<BundleInfo>(data, info.bundleInfoList, WriteBundleInfo); in WriteModulePackageInfo()
H A Dmodule_file.cpp211 BundleInfo &infoTmp = versionInfo.bundleInfoList.emplace_back(); in ParseBundleList()
438 …if (!CompareBundleList(oldFile.GetVersionInfo().bundleInfoList, newFile.GetVersionInfo().bundleInf… in CompareVersion()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h84 std::list<BundleInfo> bundleInfoList; member
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp1309 …std::vector<std::string> bundleInfoList = FormUtil::StringSplit(bundleInfo, BUNDLE_INFO_SEPARATOR); in DumpHasFormVisible() local
1310 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()