Searched refs:paramUtdVector (Results 1 – 1 of 1) sorted by relevance
272 std::vector<std::string> paramUtdVector; in MatchLinkFeature() local276 for (const std::string ¶mUtd : paramUtdVector) { in MatchLinkFeature()486 std::vector<std::string> paramUtdVector; in MatchUtd() local488 if (ret != ERR_OK || paramUtdVector.empty()) { in MatchUtd()491 for (const std::string ¶mUtd : paramUtdVector) { in MatchUtd()549 std::vector<std::string> paramUtdVector; in MatchMimeType() local550 if (!MimeTypeMgr::GetUtdVectorByUri(uriString, paramUtdVector)) { in MatchMimeType()554 for (const std::string ¶mUtd : paramUtdVector) { in MatchMimeType()568 std::vector<std::string> paramUtdVector; in MatchMimeType() local569 if (!MimeTypeMgr::GetUtdVectorByUri(uriString, paramUtdVector)) { in MatchMimeType()[all …]