Searched refs:CheckHapEncryption (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 262 static bool CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 641 ErrCode CheckHapEncryption(const std::unordered_map<std::string, InnerBundleInfo> &infos);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1428 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 D | base_bundle_installer.cpp | 4840 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