Home
last modified time | relevance | path

Searched refs:totalNumOfAbilityRes (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_res_transform.cpp34 if (bundleRes.totalNumOfAbilityRes == 0 || bundleInfo->isNativeApp) { in ConvertResInfoToBundleInfo()
58 for (uint32_t i = 0; i < bundleRes.totalNumOfAbilityRes; i++) { in ConvertResInfoToBundleInfo()
H A Dbundle_parser.cpp253 … .bundleName = nullptr, .moduleDescriptionId = 0, .abilityRes = nullptr, .totalNumOfAbilityRes = 0 in ParseHapProfile()
610 bundleRes.totalNumOfAbilityRes = bundleProfile.numOfAbility; in ParseAllAbilityInfo()
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()
H A Dgt_bundle_parser.cpp320 bundleRes.totalNumOfAbilityRes = 1; in ParseAbilityInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h231 uint32_t totalNumOfAbilityRes; member