Searched refs:bundleStyle (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_installer.cpp | 51 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 D | bundle_manager_service.cpp | 665 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 D | gt_bundle_extractor.cpp | 58 uint8_t bundleStyle) in ExtractHap() argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_installer.h | 44 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 D | gt_bundle_extractor.h | 26 uint8_t bundleStyle);
|
H A D | bundle_manager_service.h | 49 int32_t GenerateUid(const char *bundleName, int8_t bundleStyle);
|
H A D | gt_bundle_manager_service.h | 70 void ReportInstallProcess(const char *bundleName, uint8_t bundleStyle, uint8_t process);
|