Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h274 …static bool CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryptio…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h639 ErrCode CheckHapEncryption(const std::unordered_map<std::string, InnerBundleInfo> &infos,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1549 return CheckHapEncryption(checkEncryptionParam, isEncryption); in CheckEncryption()
1598 bool InstalldOperator::CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &i… in CheckHapEncryption() function in OHOS::AppExecFwk::InstalldOperator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4548 if ((result = CheckHapEncryption(infos, oldInfo)) != ERR_OK) { in SaveHapToInstallPath()
5324 ErrCode BaseBundleInstaller::CheckHapEncryption(const std::unordered_map<std::string, InnerBundleIn… in CheckHapEncryption() function in OHOS::AppExecFwk::BaseBundleInstaller