Searched refs:installBundleType (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 | 29 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 D | check_encryption_param.h | 36 InstallBundleType installBundleType = InstallBundleType::HAP; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1553 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 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 | 5108 param.installBundleType = InstallBundleType::INTER_APP_HSP; in CheckSoEncryption() 5346 param.installBundleType = InstallBundleType::INTER_APP_HSP; in CheckHapEncryption()
|