Home
last modified time | relevance | path

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

/base/request/request/services/src/manage/config/
H A Dsystem_proxy.rs32 unsafe { GetPort() }.to_string()
44 pub(crate) fn GetPort() -> CStringWrapper;
/base/request/request/services/include/
H A Dget_proxy.h44 CStringWrapper GetPort();
74 CStringWrapper GetPort();
/base/request/request/services/src/cxx/
H A Dget_proxy.cpp43 CStringWrapper SysNetProxyManager::GetPort() in GetPort() function in SysNetProxyManager
45 REQUEST_HILOGD("SysNetProxyManager::GetPort() is %{public}s", port_.c_str()); in GetPort()
101 std::string port_res = std::to_string(httpProxy.GetPort()); in InitProxy()
155 CStringWrapper GetPort() in GetPort() function
157 return SysNetProxyManager::GetInstance().GetPort(); in GetPort()
/base/web/webview/ohos_adapter/net_proxy_adapter/src/
H A Dnet_proxy_adapter_impl.cpp262 httpProxy.GetHost().c_str(), httpProxy.GetPort()); in StartListenAppProxy()
274 tempHttpProxy.GetHost().c_str(), tempHttpProxy.GetPort()); in StartListenAppProxy()
286 uint16_t port = httpProxy.GetPort(); in StartListenAppProxy()
335 httpProxy.GetPort()); in OnReceiveEvent()
344 port = httpProxy.GetPort(); in OnReceiveEvent()
385 port = httpProxy.GetPort(); in GetProperty()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info_helper.cpp52 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_TCP_PORT, info.GetPort()); in MakeJsObject()
H A Dscanner_info.cpp142 const std::string& ScanDeviceInfoTCP::GetPort() const in GetPort() function in OHOS::Scan::ScanDeviceInfoTCP
188 parcel.WriteString(GetPort()); in Marshalling()
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h55 [[nodiscard]] const std::string &GetPort() const;
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp49 size_t GetPort(int nRangeStart = 0, int nRangeEnd = 0) in GetPort() function in OHOS::Fuzzer
455 size_t nPort = GetPort(); in TestTextBasedSmsDeliveryViaIms()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp382 port = scanDevInfoTcp.GetPort(); in TestTCPSetPort()
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp1016 NAPI_CALL(env, napi_create_int32(env, httpProxy.GetPort(), &port)); in ConvertHttpProxyToJS()

Completed in 10 milliseconds