Home
last modified time | relevance | path

Searched refs:ParseHnpCfgFile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_base.h261 int ParseHnpCfgFile(const char *hnpCfgPath, HnpCfgInfo *hnpCfg);
H A Dhnp_json.c123 int ParseHnpCfgFile(const char *hnpCfgPath, HnpCfgInfo *hnpCfg) in ParseHnpCfgFile() function
/ohos5.0/base/startup/appspawn/service/hnp/pack/src/
H A Dhnp_pack.c114 int ret = ParseHnpCfgFile(hnpCfgPath, hnpCfg); in GetHnpCfgInfo()