Searched refs:moduleDescriptionId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_res_transform.cpp | 41 if (bundleRes.moduleDescriptionId > 0) { in ConvertResInfoToBundleInfo() 46 if (GLOBAL_GetValueById(bundleRes.moduleDescriptionId, resPath.c_str(), &des) < 0) { in ConvertResInfoToBundleInfo()
|
H A D | bundle_parser.cpp | 253 … .bundleName = nullptr, .moduleDescriptionId = 0, .abilityRes = nullptr, .totalNumOfAbilityRes = 0 in ParseHapProfile() 457 bundleRes.moduleDescriptionId = static_cast<uint32_t>(descId); in ParseModuleDesc()
|
H A D | bundle_installer.cpp | 174 … .bundleName = nullptr, .moduleDescriptionId = 0, .abilityRes = nullptr, .totalNumOfAbilityRes = 0 in ProcessBundleInstall()
|
H A D | gt_bundle_installer.cpp | 238 … .bundleName = nullptr, .moduleDescriptionId = 0, .abilityRes = nullptr, .totalNumOfAbilityRes = 0 in ProcessBundleInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_common.h | 229 uint32_t moduleDescriptionId; member
|