Searched refs:isCompressNativeLibrary (Results 1 - 5 of 5) sorted by relevance
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | check_encryption_param.h | 35 bool isCompressNativeLibrary = false; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1433 const bool isCompressNativeLibrary = checkEncryptionParam.isCompressNativeLibrary; in CheckEncryption() local 1435 "bundleId %{public}d, installBundleType %{public}d, isCompressNativeLibrary %{public}d, path %{public}s", in CheckEncryption() 1437 isCompressNativeLibrary, checkEncryptionParam.modulePath.c_str()); in CheckEncryption() 1471 if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrary)) { in CheckEncryption() 1483 const bool isCompressNativeLibrary = checkEncryptionParam.isCompressNativeLibrary; in CheckHapEncryption() local 1485 "bundleId is %{public}d, isCompressNativeLibrary is %{public}d", hapPath.c_str(), in CheckHapEncryption() 1486 static_cast<int32_t>(installBundleType), bundleId, isCompressNativeLibrary); in CheckHapEncryption() 1490 if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrary)) { in CheckHapEncryption() 2182 EnforceEncryption(std::unordered_map<std::string, std::string> &entryMap, int32_t bundleId, bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary) EnforceEncryption() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 257 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 5198 bool isCompressNativeLibrary = info.IsCompressNativeLibs(info.GetCurModuleName()); in InnerProcessNativeLibs() local 5200 if (isCompressNativeLibrary) { in InnerProcessNativeLibs() 5226 if (isCompressNativeLibrary) { in InnerProcessNativeLibs() 5312 param.isCompressNativeLibrary = info.IsCompressNativeLibs(info.GetCurModuleName()); in CheckSoEncryption() 5515 param.isCompressNativeLibrary = info.second.IsCompressNativeLibs(info.second.GetCurModuleName()); in CheckHapEncryption()
|
Completed in 16 milliseconds