Home
last modified time | relevance | path

Searched refs:GetCertName (Results 1 - 15 of 15) sorted by relevance

/base/update/updater/services/package/pkg_verify/
H A Dcert_verify.cpp91 X509 *rootCert = GetX509CertFromPemFile(Utils::GetCertName()); in InitRootCert()
93 PKG_LOGE("Get root cert fail, file: %s", Utils::GetCertName().c_str()); in InitRootCert()
/base/update/updater/services/updater_binary/
H A Dmain.cpp55 return ProcessUpdater(retry, pipeFd, packagePath, Utils::GetCertName()); in main()
H A Dupdate_image_block.cpp275 ret = env.GetPkgManager()->LoadPackage(diffPackageZip, Updater::Utils::GetCertName(), diffPackageComponents); in ExtractDiffPackageAndLoad()
/base/update/sys_installer/frameworks/actions/verify_action/src/
H A Dpkg_verify.cpp53 int ret = VerifyPackage(realPath.c_str(), Utils::GetCertName().c_str(), "", nullptr, 0); in Verify()
/base/update/updater/test/fuzztest/binflow_fuzzer/
H A Dbinflow_fuzzer.cpp36 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestBinFlowUpdater()
/base/update/updater/services/ptable_parse/
H A Dptable_process.cpp51 int32_t ret = pkgManager->LoadPackage(path, Utils::GetCertName(), components); in PtableProcess()
/base/update/updater/test/unittest/flow_update/update_bin/
H A Dbin_flow_update_unittest.cpp53 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestBinFlowUpdater()
/base/update/updater/services/flow_update/update_bin/
H A Dbin_flow_update.cpp114 if (auto ret = pkgManager_->LoadPackageWithStream(UPDATE_BIN_FILE, Utils::GetCertName(), in UpdateBinHead()
H A Dbin_process.cpp227 ret = manager->LoadPackageWithStream(pkgFileName, Utils::GetCertName(), in ProcessBinFile()
/base/update/updater/utils/include/
H A Dutils.h70 std::string GetCertName();
/base/update/updater/test/unittest/package/
H A Dpkg_verify_unittest.cpp229 Utils::GetCertName(), fileIds)); in TestHashDataVerifierFailed03()
265 Utils::GetCertName(), fileIds)); in TestHashDataVerifierSuccess()
H A Dpkg_package_unittest.cpp194 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestUpdaterPreProcess()
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp381 return VerifyPackage(path.c_str(), Utils::GetCertName().c_str(), "", nullptr, 0); in VerifyModulePackageSign()
/base/update/updater/services/
H A Dupdater.cpp98 int32_t ret = pkgManager->LoadPackage(path, Utils::GetCertName(), components); in GetUpdatePackageInfo()
/base/update/updater/utils/
H A Dutils.cpp270 std::string GetCertName() in GetCertName() function
459 int32_t ret = pkgManager->CreatePackage(pkgName, GetCertName(), &pkgInfo, files); in CreateCompressLogFile()

Completed in 9 milliseconds