Home
last modified time | relevance | path

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

/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcheck_encryption_param.h37 InstallBundleType installBundleType = InstallBundleType::HAP; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1432 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 Dinstalld_operator.h257 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp5314 param.installBundleType = InstallBundleType::INTER_APP_HSP; in CheckSoEncryption()
5517 param.installBundleType = InstallBundleType::INTER_APP_HSP; in CheckHapEncryption()

Completed in 14 milliseconds