Home
last modified time | relevance | path

Searched refs:EnforceEncryption (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h268 …static bool EnforceEncryption(std::unordered_map<std::string, std::string> &entryMap, int32_t bund…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1591 …if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrar… in CheckEncryption()
1610 …if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrar… in CheckHapEncryption()
2235 bool InstalldOperator::EnforceEncryption(std::unordered_map<std::string, std::string> &entryMap, in… in EnforceEncryption() function in OHOS::AppExecFwk::InstalldOperator