Home
last modified time | relevance | path

Searched refs:CheckHapEncryption (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h262 static bool CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h641 ErrCode CheckHapEncryption(const std::unordered_map<std::string, InnerBundleInfo> &infos);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1428 return CheckHapEncryption(checkEncryptionParam, isEncryption); in CheckEncryption()
1478 bool InstalldOperator::CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckHapEncryption() function in OHOS::AppExecFwk::InstalldOperator
1484 LOG_D(BMS_TAG_INSTALLD, "CheckHapEncryption the hapPath is %{public}s, installBundleType is %{public}d, " in CheckHapEncryption()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4840 if ((result = CheckHapEncryption(infos)) != ERR_OK) { in SaveHapToInstallPath()
5496 ErrCode BaseBundleInstaller::CheckHapEncryption(const std::unordered_map<std::string, InnerBundleInfo> &infos) in CheckHapEncryption() function in OHOS::AppExecFwk::BaseBundleInstaller
5521 CHECK_RESULT(result, "fail to CheckHapEncryption, error is %{public}d"); in CheckHapEncryption()

Completed in 15 milliseconds