Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h69 bool MatchMimeType(const std::string &uriString) const;
70 bool MatchMimeType(const std::string &uriString, size_t &matchUriIndex) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp223 return MatchMimeType(uriString); in MatchUriAndType()
318 return MatchMimeType(uriString, matchUriIndex); in MatchUriAndType()
547 bool Skill::MatchMimeType(const std::string & uriString) const in MatchMimeType() function in OHOS::AppExecFwk::Skill
566 bool Skill::MatchMimeType(const std::string & uriString, size_t &matchUriIndex) const in MatchMimeType() function in OHOS::AppExecFwk::Skill
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1956 bool ret = skill.MatchMimeType(".notatype");
1968 bool ret = skill.MatchMimeType(".jpg");
1983 bool ret = skill.MatchMimeType(".jpg");
1999 bool ret = skill.MatchMimeType(".jpg", matchUriIndex);