Searched refs:GetCertName (Results 1 - 15 of 15) sorted by relevance
/base/update/updater/services/package/pkg_verify/ |
H A D | cert_verify.cpp | 91 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 D | main.cpp | 55 return ProcessUpdater(retry, pipeFd, packagePath, Utils::GetCertName()); in main()
|
H A D | update_image_block.cpp | 275 ret = env.GetPkgManager()->LoadPackage(diffPackageZip, Updater::Utils::GetCertName(), diffPackageComponents);
in ExtractDiffPackageAndLoad()
|
/base/update/sys_installer/frameworks/actions/verify_action/src/ |
H A D | pkg_verify.cpp | 53 int ret = VerifyPackage(realPath.c_str(), Utils::GetCertName().c_str(), "", nullptr, 0); in Verify()
|
/base/update/updater/test/fuzztest/binflow_fuzzer/ |
H A D | binflow_fuzzer.cpp | 36 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestBinFlowUpdater()
|
/base/update/updater/services/ptable_parse/ |
H A D | ptable_process.cpp | 51 int32_t ret = pkgManager->LoadPackage(path, Utils::GetCertName(), components); in PtableProcess()
|
/base/update/updater/test/unittest/flow_update/update_bin/ |
H A D | bin_flow_update_unittest.cpp | 53 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestBinFlowUpdater()
|
/base/update/updater/services/flow_update/update_bin/ |
H A D | bin_flow_update.cpp | 114 if (auto ret = pkgManager_->LoadPackageWithStream(UPDATE_BIN_FILE, Utils::GetCertName(), in UpdateBinHead()
|
H A D | bin_process.cpp | 227 ret = manager->LoadPackageWithStream(pkgFileName, Utils::GetCertName(), in ProcessBinFile()
|
/base/update/updater/utils/include/ |
H A D | utils.h | 70 std::string GetCertName();
|
/base/update/updater/test/unittest/package/ |
H A D | pkg_verify_unittest.cpp | 229 Utils::GetCertName(), fileIds)); in TestHashDataVerifierFailed03() 265 Utils::GetCertName(), fileIds)); in TestHashDataVerifierSuccess()
|
H A D | pkg_package_unittest.cpp | 194 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestUpdaterPreProcess()
|
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_file.cpp | 381 return VerifyPackage(path.c_str(), Utils::GetCertName().c_str(), "", nullptr, 0); in VerifyModulePackageSign()
|
/base/update/updater/services/ |
H A D | updater.cpp | 98 int32_t ret = pkgManager->LoadPackage(path, Utils::GetCertName(), components); in GetUpdatePackageInfo()
|
/base/update/updater/utils/ |
H A D | utils.cpp | 270 std::string GetCertName() in GetCertName() function 459 int32_t ret = pkgManager->CreatePackage(pkgName, GetCertName(), &pkgInfo, files); in CreateCompressLogFile()
|
Completed in 9 milliseconds