Home
last modified time | relevance | path

Searched refs:ParseModuleInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_parser.h42 …static uint8_t ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes …
H A Dgt_bundle_parser.h42 …static uint8_t ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes …
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp218 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 Dbundle_parser.cpp362 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 Dgt_bundle_parser.cpp222 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