Home
last modified time | relevance | path

Searched refs:hapType (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h41 uint8_t hapType);
43 bool isUpdate, uint8_t hapType);
45 uint8_t hapType);
61 void ModifyInstallDirByHapType(const InstallParam &installParam, uint8_t hapType);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp66 void BundleInstaller::ModifyInstallDirByHapType(const InstallParam &installParam, uint8_t hapType) in ModifyInstallDirByHapType() argument
68 if (hapType != THIRD_APP_FLAG) { in ModifyInstallDirByHapType()
95 uint8_t hapType = 0; in GetHapType() local
97 hapType = SYSTEM_APP_FLAG; in GetHapType()
99 hapType = THIRD_SYSTEM_APP_FLAG; in GetHapType()
101 hapType = THIRD_APP_FLAG; in GetHapType()
103 return hapType; in GetHapType()
130 uint8_t hapType = GetHapType(realPath); in Install() local
131 ModifyInstallDirByHapType(installParam, hapType); in Install()
138 uint8_t errorCode = ProcessBundleInstall(realPath, randStr, installRecord, hapType); in Install()
168 ProcessBundleInstall(const std::string &path, const char *randStr, InstallRecord &installRecord, uint8_t hapType) ProcessBundleInstall() argument
345 HandleFileAndBackUpRecord(const char *codePath, const char *randStr, InstallRecord &record, bool isUpdate, uint8_t hapType) HandleFileAndBackUpRecord() argument
393 UpdateBundleInfo(const char *appId, const BundleRes &bundleRes, BundleInfo *bundleInfo, bool isUpdate, uint8_t hapType) UpdateBundleInfo() argument
[all...]

Completed in 1 milliseconds