Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp272 std::vector<std::string> paramUtdVector; in MatchLinkFeature() local
276 for (const std::string &paramUtd : paramUtdVector) { in MatchLinkFeature()
486 std::vector<std::string> paramUtdVector; in MatchUtd() local
488 if (ret != ERR_OK || paramUtdVector.empty()) { in MatchUtd()
491 for (const std::string &paramUtd : paramUtdVector) { in MatchUtd()
549 std::vector<std::string> paramUtdVector; in MatchMimeType() local
550 if (!MimeTypeMgr::GetUtdVectorByUri(uriString, paramUtdVector)) { in MatchMimeType()
554 for (const std::string &paramUtd : paramUtdVector) { in MatchMimeType()
568 std::vector<std::string> paramUtdVector; in MatchMimeType() local
569 if (!MimeTypeMgr::GetUtdVectorByUri(uriString, paramUtdVector)) { in MatchMimeType()
[all …]