Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h68 bool MatchMimeType(const std::string &uriString) const;
69 bool MatchMimeType(const std::string &uriString, size_t &matchUriIndex) const;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp210 return MatchMimeType(uriString); in MatchUriAndType()
305 return MatchMimeType(uriString, matchUriIndex); in MatchUriAndType()
534 bool Skill::MatchMimeType(const std::string & uriString) const in MatchMimeType() function in OHOS::AppExecFwk::Skill
553 bool Skill::MatchMimeType(const std::string & uriString, size_t &matchUriIndex) const in MatchMimeType() function in OHOS::AppExecFwk::Skill
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1949 * @tc.name: test MatchMimeType
1955 bool ret = skill.MatchMimeType(".notatype"); in HWTEST_F()
1961 * @tc.name: test MatchMimeType
1967 bool ret = skill.MatchMimeType(".jpg"); in HWTEST_F()
1973 * @tc.name: test MatchMimeType
1982 bool ret = skill.MatchMimeType(".jpg"); in HWTEST_F()
1988 * @tc.name: test MatchMimeType
1998 bool ret = skill.MatchMimeType(".jpg", matchUriIndex); in HWTEST_F()

Completed in 11 milliseconds