Home
last modified time | relevance | path

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

/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;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp470 return IsUtdMatch(paramType, skillUriType); in MatchUtd()
479 if (IsUtdMatch(paramUtd, skillUriType)) { in MatchUtd()
492 if (IsUtdMatch(paramType, skillUtd)) { in MatchUtd()
504 bool Skill::IsUtdMatch(const std::string &paramUtd, const std::string &skillUtd) const in IsUtdMatch() function in OHOS::AppExecFwk::Skill

Completed in 2 milliseconds