Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp460 bool isParamUtd = IsUtd(paramType); in MatchUtd() local
463 containsUtd = isParamUtd || isSkillUtd; in MatchUtd()
465 if (!isParamUtd && !isSkillUtd) { in MatchUtd()
468 } else if (isParamUtd && isSkillUtd) { in MatchUtd()
471 } else if (!isParamUtd && isSkillUtd) { in MatchUtd()

Completed in 2 milliseconds