Searched refs:InstallRecord (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_installer.h | 40 …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 D | gt_bundle_installer.h | 45 … 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 D | bundle_util.h | 48 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 D | bundle_common.h | 256 struct InstallRecord { struct
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_installer.cpp | 133 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 D | gt_bundle_installer.cpp | 176 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 D | bundle_util.cpp | 591 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()
|