Searched refs:MatchUriAndType (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | skill.h | 64 bool MatchUriAndType(const std::string &rawUriString, const std::string &type) const; 65 bool MatchUriAndType(const std::string &rawUriString, const std::string &type, size_t &matchUriIndex) const;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | skill.cpp | 76 if (MatchUriAndType(uriString, strType)) { in Match() 83 bool matchUriAndType = MatchUriAndType(uriString, want.GetType()); in Match() 106 if (MatchUriAndType(want.GetUriString(), strType, matchUriIndex)) { in Match() 113 bool matchUriAndType = MatchUriAndType(want.GetUriString(), want.GetType(), matchUriIndex); in Match() 184 bool Skill::MatchUriAndType(const std::string &rawUriString, const std::string &type) const in MatchUriAndType() function in OHOS::AppExecFwk::Skill 275 bool Skill::MatchUriAndType(const std::string &rawUriString, const std::string &type, size_t &matchUriIndex) const in MatchUriAndType() function in OHOS::AppExecFwk::Skill
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1887 * @tc.name: test MatchUriAndType 1896 bool ret = skill.MatchUriAndType("uriString", "type"); in HWTEST_F()
|
Completed in 11 milliseconds