Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h65 bool MatchUriAndType(const std::string &rawUriString, const std::string &type) const;
66 …bool MatchUriAndType(const std::string &rawUriString, const std::string &type, size_t &matchUriInd…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp197 bool Skill::MatchUriAndType(const std::string &rawUriString, const std::string &type) const in MatchUriAndType() argument
199 const std::string uriString = GetOptParamUri(rawUriString); in MatchUriAndType()
288 bool Skill::MatchUriAndType(const std::string &rawUriString, const std::string &type, size_t &match… in MatchUriAndType() argument
290 const std::string uriString = GetOptParamUri(rawUriString); in MatchUriAndType()