Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp417 bool Skill::MatchType(const std::string &type, const std::string &skillUriType) const in MatchType()
419 if (type.empty() && skillUriType.empty()) { in MatchType()
422 if (type.empty() || skillUriType.empty()) { in MatchType()
428 return skillUriType == TYPE_WILDCARD || skillUriType == GENERAL_OBJECT; in MatchType()
432 bool matchUtdRet = MatchUtd(type, skillUriType, containsUtd); in MatchType()
437 if (type == TYPE_WILDCARD || skillUriType == TYPE_WILDCARD) { in MatchType()
445 return skillUriType.find(prefix) == 0; in MatchType()
447 bool typeRegex = skillUriType.back() == WILDCARD; in MatchType()
450 std::string prefix = skillUriType in MatchType()
457 MatchUtd(const std::string &paramType, const std::string &skillUriType, bool &containsUtd) const MatchUtd() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h52 bool MatchType(const std::string &type, const std::string &skillUriType) const;
71 bool MatchUtd(const std::string &paramType, const std::string &skillUriType, bool &containsUtd) const;

Completed in 2 milliseconds