Home
last modified time | relevance | path

Searched defs:hnpCfg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/appspawn/service/hnp/pack/src/
H A Dhnp_pack.c29 static int AddHnpCfgFileToZip(char *zipPath, const char *hnpSrcPath, HnpCfgInfo *hnpCfg) in AddHnpCfgFileToZip()
72 HnpCfgInfo *hnpCfg = &hnpPack->cfgInfo; in PackHnp() local
109 static int GetHnpCfgInfo(const char *hnpCfgPath, const char *sourcePath, HnpCfgInfo *hnpCfg) in GetHnpCfgInfo()
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_json.c28 static int ParseLinksJsonToCfgInfo(cJSON *linksItem, HnpCfgInfo *hnpCfg) in ParseLinksJsonToCfgInfo()
73 static int ParseJsonStreamToHnpCfgInfo(cJSON *json, HnpCfgInfo *hnpCfg) in ParseJsonStreamToHnpCfgInfo()
123 int ParseHnpCfgFile(const char *hnpCfgPath, HnpCfgInfo *hnpCfg) in ParseHnpCfgFile()
147 int HnpCfgGetFromSteam(char *cfgStream, HnpCfgInfo *hnpCfg) in HnpCfgGetFromSteam()
167 int GetHnpJsonBuff(HnpCfgInfo *hnpCfg, char **buff) in GetHnpJsonBuff()
228 static void HnpPackageVersionUpdateAll(cJSON *json, const HnpCfgInfo *hnpCfg) in HnpPackageVersionUpdateAll()
273 const HnpCfgInfo *hnpCfg) in HnpHapJsonHnpAdd()
316 int HnpInstallInfoJsonWrite(const char *hapPackageName, const HnpCfgInfo *hnpCfg) in HnpInstallInfoJsonWrite()
H A Dhnp_zip.c504 int HnpCfgGetFromZip(const char *inputFile, HnpCfgInfo *hnpCfg) in HnpCfgGetFromZip()
/ohos5.0/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c50 … int HnpGenerateSoftLinkAllByJson(const char *installPath, const char *dstPath, HnpCfgInfo *hnpCfg) in HnpGenerateSoftLinkAllByJson()
165 static int HnpGenerateSoftLink(const char *installPath, const char *hnpBasePath, HnpCfgInfo *hnpCfg) in HnpGenerateSoftLink()
185 static int HnpInstall(const char *hnpFile, HnpInstallInfo *hnpInfo, HnpCfgInfo *hnpCfg, in HnpInstall()
344 HnpCfgInfo hnpCfg = {0}; in HnpReadAndInstall() local