Searched refs:ParseJsonInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_parser.h | 39 …static uint8_t ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *modul…
|
H A D | gt_bundle_parser.h | 35 …static uint8_t ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *modul…
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_parser.cpp | 255 if (ParseJsonInfo(appObject, configObject, moduleObject, bundleProfile, bundleRes) != ERR_OK) { in ParseHapProfile() 303 errorCode = ParseJsonInfo(appObject, configObject, moduleObject, bundleProfile, bundleRes); in ParseHapProfile() 318 uint8_t BundleParser::ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON … in ParseJsonInfo() function in OHOS::BundleParser
|
H A D | gt_bundle_parser.cpp | 180 if (ParseJsonInfo(appObject, configObject, moduleObject, bundleProfile, *bundleRes) != ERR_OK) { in ParseHapProfile() 192 uint8_t GtBundleParser::ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSO… in ParseJsonInfo() function in OHOS::GtBundleParser 799 …uint8_t errorCode = ParseJsonInfo(appObject, configObject, moduleObject, bundleProfile, bundleRes); in ParseHapProfile()
|