Searched refs:ParseModuleInfo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_parser.h | 42 …static uint8_t ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes …
|
H A D | gt_bundle_parser.h | 42 …static uint8_t ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes …
|
/ohos5.0/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_file.cpp | 218 bool ParseModuleInfo(const string &packInfo, ModulePackageInfo &versionInfo) in ParseModuleInfo() function 398 if (!ParseModuleInfo(moduleInfo, versionInfo)) { in Open()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_parser.cpp | 362 return ParseModuleInfo(moduleObject, bundleProfile, bundleRes); in ParseJsonInfo() 400 uint8_t BundleParser::ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, Bund… in ParseModuleInfo() function in OHOS::BundleParser
|
H A D | gt_bundle_parser.cpp | 222 uint8_t errorCode = ParseModuleInfo(moduleObject, bundleProfile, bundleRes); in ParseJsonInfo() 270 uint8_t GtBundleParser::ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, Bu… in ParseModuleInfo() function in OHOS::GtBundleParser
|