Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h40 …uint8_t ProcessBundleInstall(const std::string &path, const char *randStr, InstallRecord &installR…
42 …uint8_t HandleFileAndBackUpRecord(const char *codePath, const char *randStr, InstallRecord &record,
58 bool BackUpInstallRecord(const InstallRecord &record, const char *jsonPath);
60 bool BackUpUidAndGidInfo(const InstallRecord &record, const char *jsonPath);
H A Dgt_bundle_installer.h45 … uint8_t ProcessBundleInstall(const char *path, const char *randStr, InstallRecord &installRecord,
47 …uint8_t HandleFileAndBackUpRecord(const InstallRecord &record, const char *tmpPath, const char *ra…
56 bool BackUpInstallRecord(const InstallRecord &record, const char *jsonPath);
68 uint8_t TransformJsToBc(const char *codePath, InstallRecord &record);
H A Dbundle_util.h48 static cJSON *ConvertInstallRecordToJson(const InstallRecord &installRecord);
57 static cJSON *ConvertUidAndGidToJson(const InstallRecord &installRecord);
73 static bool AddUidAndGidInfo(const InstallRecord &installRecord, cJSON *size, cJSON *uids);
H A Dbundle_common.h256 struct InstallRecord { struct
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp133 InstallRecord installRecord = { in Install()
169 InstallRecord &installRecord, uint8_t hapType) in ProcessBundleInstall()
345 …taller::HandleFileAndBackUpRecord(const char *codePath, const char *randStr, InstallRecord &record, in HandleFileAndBackUpRecord()
477 bool BundleInstaller::BackUpUidAndGidInfo(const InstallRecord &record, const char *jsonPath) in BackUpUidAndGidInfo()
649 bool BundleInstaller::BackUpInstallRecord(const InstallRecord &record, const char *jsonPath) in BackUpInstallRecord()
H A Dgt_bundle_installer.cpp176 InstallRecord installRecord = { in Install()
228 …nstaller::ProcessBundleInstall(const char *path, const char *randStr, InstallRecord &installRecord, in ProcessBundleInstall()
449 uint8_t GtBundleInstaller::HandleFileAndBackUpRecord(const InstallRecord &record, const char *tmpPa… in HandleFileAndBackUpRecord()
490 uint8_t GtBundleInstaller::TransformJsToBc(const char *codePath, InstallRecord &record) in TransformJsToBc()
740 bool GtBundleInstaller::BackUpInstallRecord(const InstallRecord &record, const char *jsonPath) in BackUpInstallRecord()
H A Dbundle_util.cpp591 cJSON *BundleUtil::ConvertInstallRecordToJson(const InstallRecord &installRecord) in ConvertInstallRecordToJson()
676 bool BundleUtil::AddUidAndGidInfo(const InstallRecord &installRecord, cJSON *size, cJSON *uids) in AddUidAndGidInfo()
699 cJSON *BundleUtil::ConvertUidAndGidToJson(const InstallRecord &installRecord) in ConvertUidAndGidToJson()