Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dcheck_encryption_param.cpp29 installBundleType = static_cast<InstallBundleType>(parcel.ReadInt32()); in ReadFromParcel()
40 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(installBundleType)); in Marshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcheck_encryption_param.h36 InstallBundleType installBundleType = InstallBundleType::HAP; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1553 InstallBundleType installBundleType = checkEncryptionParam.installBundleType; in CheckEncryption() local
1557 … bundleId, installBundleType, isCompressNativeLibrary, checkEncryptionParam.modulePath.c_str()); in CheckEncryption()
1591 …if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrar… in CheckEncryption()
1602 InstallBundleType installBundleType = checkEncryptionParam.installBundleType; in CheckHapEncryption() local
1606 installBundleType, bundleId, isCompressNativeLibrary); in CheckHapEncryption()
1610 …if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrar… 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.cpp5108 param.installBundleType = InstallBundleType::INTER_APP_HSP; in CheckSoEncryption()
5346 param.installBundleType = InstallBundleType::INTER_APP_HSP; in CheckHapEncryption()