Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp263 for (const std::string &paramUtd : paramUtdVector) { in MatchLinkFeature()
266 MatchType(paramUtd, skillUri.type)) { in MatchLinkFeature()
478 for (const std::string &paramUtd : paramUtdVector) { in MatchUtd()
479 if (IsUtdMatch(paramUtd, skillUriType)) { in MatchUtd()
504 bool Skill::IsUtdMatch(const std::string &paramUtd, const std::string &skillUtd) const in IsUtdMatch() argument
508 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(paramUtd, paramTypeDescriptor); in IsUtdMatch()
541 for (const std::string &paramUtd : paramUtdVector) { in MatchMimeType()
544 MatchType(paramUtd, skillUri.type)) { in MatchMimeType()
561 for (const std::string &paramUtd : paramUtdVector) { in MatchMimeType()
564 MatchType(paramUtd, skillUr in MatchMimeType()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h72 bool IsUtdMatch(const std::string &paramUtd, const std::string &skillUtd) const;

Completed in 2 milliseconds