Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp41 const std::string PORT_SEPARATOR = ":"; member
118 return link == reservedUri.scheme || StartsWith(link, reservedUri.scheme + PORT_SEPARATOR); in isUriMatched()
124 reservedUriString.append(PORT_SEPARATOR).append(reservedUri.port); in isUriMatched()
139 ret = ret || StartsWith(optParamUri, reservedUriString + PORT_SEPARATOR); in isUriMatched()
/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp39 const char PORT_SEPARATOR = ':'; member
224 size_t portSeparator = authority.find_first_of(PORT_SEPARATOR, start); in ParseHost()
257 size_t portSeparator = authority.find_first_of(PORT_SEPARATOR, start); in ParsePort()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp50 constexpr const char* PORT_SEPARATOR = ":"; member
358 return uriString == skillUri.scheme || StartsWith(uriString, skillUri.scheme + PORT_SEPARATOR); in MatchUri()
364 skillUriString.append(PORT_SEPARATOR).append(skillUri.port); in MatchUri()
379 ret = ret || StartsWith(optParamUri, skillUriString + PORT_SEPARATOR); in MatchUri()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp54 const std::string PORT_SEPARATOR = ":"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp196 const std::string PORT_SEPARATOR = ":"; member
209 PORT_SEPARATOR + PORT_001 + PATH_SEPARATOR + PATH_001;
211 HOST_001 + PORT_SEPARATOR + PORT_001 + PATH_SEPARATOR + PATH_001 + PATH_001;
213 PORT_SEPARATOR + PORT_001 + PATH_SEPARATOR + PATH_REGEX_001;
6326 uri.append(PORT_SEPARATOR).append(PORT_001); in HWTEST_F()
6362 uri.append(PORT_SEPARATOR).append(PORT_001); in HWTEST_F()
6404 std::string uri = SCHEME_001 + SCHEME_SEPARATOR + HOST_001 + PORT_SEPARATOR + PORT_001; in HWTEST_F()
6415 uri = SCHEME_001 + SCHEME_SEPARATOR + HOST_001 + PORT_SEPARATOR + PORT_002; in HWTEST_F()
6420 uri = SCHEME_001 + SCHEME_SEPARATOR + HOST_002 + PORT_SEPARATOR + PORT_001; in HWTEST_F()
6425 uri = SCHEME_002 + SCHEME_SEPARATOR + HOST_001 + PORT_SEPARATOR in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp73 const std::string PORT_SEPARATOR = ":"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp72 const std::string PORT_SEPARATOR = ":"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp77 constexpr const char* PORT_SEPARATOR = ":"; member
4064 auto iter = oldShortcut.icon.find(PORT_SEPARATOR); in InnerProcessShortcut()
4071 auto iter = oldShortcut.label.find(PORT_SEPARATOR); in InnerProcessShortcut()

Completed in 30 milliseconds