Home
last modified time | relevance | path

Searched refs:GetOptParamUri (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp199 const std::string uriString = GetOptParamUri(rawUriString); in MatchUriAndType()
245 std::string paramUriString = GetOptParamUri(want.GetUriString()); in MatchLinkFeature()
290 const std::string uriString = GetOptParamUri(rawUriString); in MatchUriAndType()
347 std::string Skill::GetOptParamUri(const std::string &uriString) in GetOptParamUri() function in OHOS::AppExecFwk::Skill
373 std::string optParamUri = GetOptParamUri(uriString); in MatchUri()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp91 static std::string GetOptParamUri(const std::string &linkString) in GetOptParamUri() function
120 std::string optParamUri = GetOptParamUri(link); in isUriMatched()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h48 static std::string GetOptParamUri(const std::string &uriString);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp447 std::string uri = Skill::GetOptParamUri(want.GetUriString()); in GetTypeFromWant()