Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp431 bool containsUtd = false; in MatchType() local
432 bool matchUtdRet = MatchUtd(type, skillUriType, containsUtd); in MatchType()
433 if (containsUtd) { in MatchType()
457 bool Skill::MatchUtd(const std::string &paramType, const std::string &skillUriType, bool &containsUtd) const in MatchUtd()
463 containsUtd = isParamUtd || isSkillUtd; in MatchUtd()
499 containsUtd = false; in MatchUtd()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h71 bool MatchUtd(const std::string &paramType, const std::string &skillUriType, bool &containsUtd) const;

Completed in 3 milliseconds