Searched refs:GetUpgradePkgInfo (Results 1 - 2 of 2) sorted by relevance
/base/update/updater/test/unittest/package/ |
H A D | pkg_manager_unittest.cpp | 97 void GetUpgradePkgInfo(UpgradePkgInfo &pkgInfo, std::vector<std::pair<std::string, ComponentInfo>> &files) in GetUpgradePkgInfo() function in UpdaterUt::PkgMangerTest 137 GetUpgradePkgInfo(pkgInfo, files); in TestPackagePack() 152 GetUpgradePkgInfo(pkgInfo, files); in TestPackagePackFileNotExist() 246 GetUpgradePkgInfo(pkgInfo, files); in TestCreatePackageInvalidFile() 271 GetUpgradePkgInfo(pkgInfo, files); in TestCreatePackageInvalidSignMethod()
|
/base/update/updater/interfaces/kits/packages/ |
H A D | package.cpp | 30 int32_t GetUpgradePkgInfo(UpgradePkgInfo *upgradePackageInfo,
in GetUpgradePkgInfo() function 65 LOG(ERROR) << "GetUpgradePkgInfo memcpy failed";
in GetUpgradePkgInfo() 158 ret = GetUpgradePkgInfo(&upgradePackageInfo, files, pkgInfoExt, compInfo);
in CreatePackage()
|
Completed in 2 milliseconds