Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h64 bool MatchUriAndType(const std::string &rawUriString, const std::string &type) const;
65 bool MatchUriAndType(const std::string &rawUriString, const std::string &type, size_t &matchUriIndex) const;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp184 bool Skill::MatchUriAndType(const std::string &rawUriString, const std::string &type) const in MatchUriAndType() argument
186 const std::string uriString = GetOptParamUri(rawUriString); in MatchUriAndType()
275 bool Skill::MatchUriAndType(const std::string &rawUriString, const std::string &type, size_t &matchUriIndex) const in MatchUriAndType() argument
277 const std::string uriString = GetOptParamUri(rawUriString); in MatchUriAndType()

Completed in 2 milliseconds