Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp121 std::string reservedUriString; in isUriMatched() local
122 reservedUriString.append(reservedUri.scheme).append(SCHEME_SEPARATOR).append(reservedUri.host); in isUriMatched()
124 reservedUriString.append(PORT_SEPARATOR).append(reservedUri.port); in isUriMatched()
137 bool ret = (optParamUri == reservedUriString || StartsWith(optParamUri, reservedUriString + PATH_SEPARATOR)); in isUriMatched()
139 ret = ret || StartsWith(optParamUri, reservedUriString + PORT_SEPARATOR); in isUriMatched()
143 reservedUriString.append(PATH_SEPARATOR); in isUriMatched()
147 std::string pathUri(reservedUriString); in isUriMatched()
155 std::string pathStartWithUri(reservedUriString); in isUriMatched()
163 std::string pathRegexUri(reservedUriString); in isUriMatched()
[all...]

Completed in 1 milliseconds