Searched refs:isCompressNativeLibrary (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | check_encryption_param.cpp | 30 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 D | check_encryption_param.h | 37 bool isCompressNativeLibrary = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1554 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 D | installd_operator.h | 269 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 4992 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()
|