Home
last modified time | relevance | path

Searched refs:descId (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp452 int32_t descId = ParseValue(moduleObject, MODULE_DES_ID, -1); in ParseModuleDesc() local
453 if (descId < 0) { in ParseModuleDesc()
457 bundleRes.moduleDescriptionId = static_cast<uint32_t>(descId); in ParseModuleDesc()
738 int32_t descId = ParseValue(abilityObject, ABILITY_DES_ID, -1); in ParseAbilityDesc() local
739 if (descId < 0) { in ParseAbilityDesc()
744 abilityRes.descriptionId = static_cast<uint32_t>(descId); in ParseAbilityDesc()

Completed in 2 milliseconds