Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp316 const int maxPort = 65535; // 65535:Maximum port number in AnalysisPort() local
317 if (it > maxPort) { in AnalysisPort()