Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp259 std::vector<std::string> paramUtdVector; in MatchLinkFeature() local
260 if (!MimeTypeMgr::GetUtdVectorByUri(paramUriString, paramUtdVector)) { in MatchLinkFeature()
263 for (const std::string &paramUtd : paramUtdVector) { in MatchLinkFeature()
473 std::vector<std::string> paramUtdVector; in MatchUtd() local
474 auto ret = UDMF::UtdClient::GetInstance().GetUniformDataTypesByMIMEType(paramType, paramUtdVector); in MatchUtd()
475 if (ret != ERR_OK || paramUtdVector.empty()) { in MatchUtd()
478 for (const std::string &paramUtd : paramUtdVector) { in MatchUtd()
536 std::vector<std::string> paramUtdVector; in MatchMimeType() local
537 if (!MimeTypeMgr::GetUtdVectorByUri(uriString, paramUtdVector)) { in MatchMimeType()
541 for (const std::string &paramUtd : paramUtdVector) { in MatchMimeType()
555 std::vector<std::string> paramUtdVector; MatchMimeType() local
[all...]

Completed in 2 milliseconds