Home
last modified time | relevance | path

Searched refs:ParseJsonInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_parser.h39 …static uint8_t ParseJsonInfo(const cJSON *appObject, const cJSON *configObject, const cJSON *modul…
H A Dgt_bundle_parser.h35 …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 Dbundle_parser.cpp255 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 Dgt_bundle_parser.cpp180 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()