Home
last modified time | relevance | path

Searched refs:bundleStyle (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp51 uint32_t &fileSize, uint8_t bundleStyle) in PreCheckBundle() argument
72 errorCode = VerifySignature(path, signatureInfo, fileSize, bundleStyle); in PreCheckBundle()
94 if (bundleStyle == THIRD_APP_FLAG) { in PreCheckBundle()
109 uint8_t bundleStyle) in VerifySignature() argument
187 uint8_t bundleStyle = 0; in Install() local
189 bundleStyle = SYSTEM_APP_FLAG; in Install()
191 bundleStyle = THIRD_SYSTEM_APP_FLAG; in Install()
193 bundleStyle = THIRD_APP_FLAG; in Install()
221 if (bundleStyle == THIRD_APP_FLAG && !isUpdate) { in Install()
229 uint8_t bundleStyle, InstallerCallback installerCallback, bool &isUpdate) in ProcessBundleInstall() argument
[all …]
H A Dbundle_manager_service.cpp665 int8_t bundleStyle, int32_t baseUid) in GenerateInnerUid() argument
679 if ((bundleStyle == SYSTEM_APP_FLAG) && (innerMap.rbegin()->first == BASE_SYS_VEN_UID - 1)) { in GenerateInnerUid()
683 if ((bundleStyle == THIRD_SYSTEM_APP_FLAG) && (innerMap.rbegin()->first == MAX_SYS_VEN_UID)) { in GenerateInnerUid()
691 int32_t ManagerService::GenerateUid(const char *bundleName, int8_t bundleStyle) in GenerateUid() argument
697 if (bundleStyle == THIRD_SYSTEM_APP_FLAG) { in GenerateUid()
699 } else if (bundleStyle == THIRD_APP_FLAG) { in GenerateUid()
701 } else if (bundleStyle == SYSTEM_APP_FLAG) { in GenerateUid()
H A Dgt_bundle_extractor.cpp58 uint8_t bundleStyle) in ExtractHap() argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_installer.h44 uint8_t bundleStyle);
46 uint8_t bundleStyle, InstallerCallback installerCallback, bool &isUpdate);
49 …uint8_t UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, BundleInfo *bundl…
58 …Signature(const char *path, SignatureInfo &signatureInfo, uint32_t &fileSize, uint8_t bundleStyle);
H A Dgt_bundle_extractor.h26 uint8_t bundleStyle);
H A Dbundle_manager_service.h49 int32_t GenerateUid(const char *bundleName, int8_t bundleStyle);
H A Dgt_bundle_manager_service.h70 void ReportInstallProcess(const char *bundleName, uint8_t bundleStyle, uint8_t process);