Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp1576 UrlData thisport; in SetHost() local
1577 AnalysisPort(port, thisport, thisFlags); in SetHost()
1580 urlData_.port = thisport.port; in SetHost()
1598 UrlData thisport; in SetPort() local
1599 AnalysisPort(port, thisport, thisFlags); in SetPort()
1602 urlData_.port = thisport.port; in SetPort()