Searched defs:hnpCfg (Results 1 - 4 of 4) sorted by relevance
/base/startup/appspawn/service/hnp/pack/src/ |
H A D | hnp_pack.c | 29 static int AddHnpCfgFileToZip(zipFile zf, const char *hnpSrcPath, HnpCfgInfo *hnpCfg)
in AddHnpCfgFileToZip() argument 72 HnpCfgInfo *hnpCfg = &hnpPack->cfgInfo;
in PackHnp() local 121 GetHnpCfgInfo(const char *hnpCfgPath, const char *sourcePath, HnpCfgInfo *hnpCfg) GetHnpCfgInfo() argument [all...] |
/base/startup/appspawn/service/hnp/base/ |
H A D | hnp_zip.c | 477 int HnpCfgGetFromZip(const char *inputFile, HnpCfgInfo *hnpCfg)
in HnpCfgGetFromZip() argument
|
H A D | hnp_json.c | 28 static int ParseLinksJsonToCfgInfo(cJSON *linksItem, HnpCfgInfo *hnpCfg) in ParseLinksJsonToCfgInfo() argument 73 static int ParseJsonStreamToHnpCfgInfo(cJSON *json, HnpCfgInfo *hnpCfg) in ParseJsonStreamToHnpCfgInfo() argument 123 int ParseHnpCfgFile(const char *hnpCfgPath, HnpCfgInfo *hnpCfg) in ParseHnpCfgFile() argument 147 HnpCfgGetFromSteam(char *cfgStream, HnpCfgInfo *hnpCfg) HnpCfgGetFromSteam() argument 167 GetHnpJsonBuff(HnpCfgInfo *hnpCfg, char **buff) GetHnpJsonBuff() argument 228 HnpPackageVersionUpdateAll(cJSON *json, const HnpCfgInfo *hnpCfg) HnpPackageVersionUpdateAll() argument 272 HnpHapJsonHnpAdd(bool hapExist, cJSON *json, cJSON *hapItem, const char *hnpPackageName, const HnpCfgInfo *hnpCfg) HnpHapJsonHnpAdd() argument 321 HnpInstallInfoJsonWrite(const char *hapPackageName, const HnpCfgInfo *hnpCfg) HnpInstallInfoJsonWrite() argument [all...] |
/base/startup/appspawn/service/hnp/installer/src/ |
H A D | hnp_installer.c | 50 static int HnpGenerateSoftLinkAllByJson(const char *installPath, const char *dstPath, HnpCfgInfo *hnpCfg)
in HnpGenerateSoftLinkAllByJson() argument 165 static int HnpGenerateSoftLink(const char *installPath, const char *hnpBasePath, HnpCfgInfo *hnpCfg)
in HnpGenerateSoftLink() argument 185 static int HnpInstall(const char *hnpFile, HnpInstallInfo *hnpInfo, HnpCfgInfo *hnpCfg,
in HnpInstall() argument 382 static int HnpPublicDealAfterInstall(HnpInstallInfo *hnpInfo, HnpCfgInfo *hnpCfg)
in HnpPublicDealAfterInstall() argument 403 HnpCfgInfo hnpCfg = {0}; HnpReadAndInstall() local [all...] |
Completed in 5 milliseconds