Searched refs:installBundleType (Results 1 - 5 of 5) sorted by relevance
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | check_encryption_param.h | 37 InstallBundleType installBundleType = InstallBundleType::HAP; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1432 InstallBundleType installBundleType = checkEncryptionParam.installBundleType; in CheckEncryption() local 1435 "bundleId %{public}d, installBundleType %{public}d, isCompressNativeLibrary %{public}d, path %{public}s", in CheckEncryption() 1436 bundleId, static_cast<int32_t>(installBundleType), in CheckEncryption() 1471 if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrary)) { in CheckEncryption() 1482 InstallBundleType installBundleType = checkEncryptionParam.installBundleType; in CheckHapEncryption() local 1484 LOG_D(BMS_TAG_INSTALLD, "CheckHapEncryption the hapPath is %{public}s, installBundleType is %{public}d, " in CheckHapEncryption() 1486 static_cast<int32_t>(installBundleType), bundleId, isCompressNativeLibrary); in CheckHapEncryption() 1490 if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrar 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 | 5314 param.installBundleType = InstallBundleType::INTER_APP_HSP; in CheckSoEncryption() 5517 param.installBundleType = InstallBundleType::INTER_APP_HSP; in CheckHapEncryption()
|
Completed in 14 milliseconds