Searched refs:provisionBundleName (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | hap_sign_verify.h | 36 std::string provisionBundleName; member
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | hap_sign_verify.cpp | 36 signatureInfo.provisionBundleName = verifyResult.profile.bundleInfo.bundleName; in VerifySignature()
|
H A D | bundle_installer.cpp | 267 if (bundleName == nullptr || signatureInfo.provisionBundleName.empty()) { in CheckProvisionInfoIsValid() 271 if (!MatchBundleName(bundleName, signatureInfo.provisionBundleName.c_str())) { in CheckProvisionInfoIsValid() 297 HILOG_WARN(HILOG_MODULE_APP, "provisionBundleName is not match the bundleName!"); in MatchBundleName() 303 HILOG_WARN(HILOG_MODULE_APP, "provisionBundleName is not match the bundleName!"); in MatchBundleName()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 650 ErrCode BundleInstallChecker::CheckBundleName(const std::string &provisionBundleName, const std::string &bundleName) in CheckBundleName() argument 652 LOG_D(BMS_TAG_INSTALLER, "CheckBundleName provisionBundleName:%{public}s, bundleName:%{public}s", in CheckBundleName() 653 provisionBundleName.c_str(), bundleName.c_str()); in CheckBundleName() 654 if (provisionBundleName.empty() || bundleName.empty()) { in CheckBundleName() 655 LOG_E(BMS_TAG_INSTALLER, "CheckBundleName provisionBundleName:%{public}s, bundleName:%{public}s failed", in CheckBundleName() 656 provisionBundleName.c_str(), bundleName.c_str()); in CheckBundleName() 659 if (provisionBundleName == bundleName) { in CheckBundleName() 662 LOG_E(BMS_TAG_INSTALLER, "CheckBundleName failed provisionBundleName:%{public}s, bundleName:%{public}s", in CheckBundleName() 663 provisionBundleName.c_str(), bundleName.c_str()); in CheckBundleName()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3237 std::string provisionBundleName; in HWTEST_F() local 3250 std::string provisionBundleName = BUNDLE_NAME; in HWTEST_F() local 3251 auto ret = installChecker.CheckBundleName(provisionBundleName, ""); in HWTEST_F() 3263 std::string provisionBundleName = BUNDLE_NAME; in HWTEST_F() local 3264 auto ret = installChecker.CheckBundleName(provisionBundleName, BUNDLE_NAME); in HWTEST_F()
|
Completed in 16 milliseconds