Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_res_transform.cpp41 if (bundleRes.moduleDescriptionId > 0) { in ConvertResInfoToBundleInfo()
46 if (GLOBAL_GetValueById(bundleRes.moduleDescriptionId, resPath.c_str(), &des) < 0) { in ConvertResInfoToBundleInfo()
H A Dbundle_parser.cpp253 … .bundleName = nullptr, .moduleDescriptionId = 0, .abilityRes = nullptr, .totalNumOfAbilityRes = 0 in ParseHapProfile()
457 bundleRes.moduleDescriptionId = static_cast<uint32_t>(descId); in ParseModuleDesc()
H A Dbundle_installer.cpp174 … .bundleName = nullptr, .moduleDescriptionId = 0, .abilityRes = nullptr, .totalNumOfAbilityRes = 0 in ProcessBundleInstall()
H A Dgt_bundle_installer.cpp238 … .bundleName = nullptr, .moduleDescriptionId = 0, .abilityRes = nullptr, .totalNumOfAbilityRes = 0 in ProcessBundleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h229 uint32_t moduleDescriptionId; member