Home
last modified time | relevance | path

Searched refs:isCompressNativeLibrary (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dcheck_encryption_param.cpp30 isCompressNativeLibrary = parcel.ReadBool(); in ReadFromParcel()
41 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isCompressNativeLibrary); in Marshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcheck_encryption_param.h37 bool isCompressNativeLibrary = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1554 const bool isCompressNativeLibrary = checkEncryptionParam.isCompressNativeLibrary; in CheckEncryption() local
1557 … bundleId, installBundleType, isCompressNativeLibrary, checkEncryptionParam.modulePath.c_str()); in CheckEncryption()
1591 …!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrary)) { in CheckEncryption()
1603 const bool isCompressNativeLibrary = checkEncryptionParam.isCompressNativeLibrary; in CheckHapEncryption() local
1606 installBundleType, bundleId, isCompressNativeLibrary); in CheckHapEncryption()
1610 …!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrary)) { in CheckHapEncryption()
2236 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary) in EnforceEncryption() argument
2242 isEncryption, static_cast<int32_t>(installBundleType), isCompressNativeLibrary); in EnforceEncryption()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h269 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4992 bool isCompressNativeLibrary = info.IsCompressNativeLibs(info.GetCurModuleName()); in InnerProcessNativeLibs() local
4994 if (isCompressNativeLibrary) { in InnerProcessNativeLibs()
5020 if (isCompressNativeLibrary) { in InnerProcessNativeLibs()
5106 param.isCompressNativeLibrary = info.IsCompressNativeLibs(info.GetCurModuleName()); in CheckSoEncryption()
5344 … param.isCompressNativeLibrary = info.second.IsCompressNativeLibs(info.second.GetCurModuleName()); in CheckHapEncryption()