Searched refs:GetPort (Results 1 - 10 of 10) sorted by relevance
/base/request/request/services/src/manage/config/ |
H A D | system_proxy.rs | 32 unsafe { GetPort() }.to_string() 44 pub(crate) fn GetPort() -> CStringWrapper;
|
/base/request/request/services/include/ |
H A D | get_proxy.h | 44 CStringWrapper GetPort();
74 CStringWrapper GetPort();
|
/base/request/request/services/src/cxx/ |
H A D | get_proxy.cpp | 43 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 D | net_proxy_adapter_impl.cpp | 262 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 D | scanner_info_helper.cpp | 52 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_TCP_PORT, info.GetPort()); in MakeJsObject()
|
H A D | scanner_info.cpp | 142 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 D | scanner_info.h | 55 [[nodiscard]] const std::string &GetPort() const;
|
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/ |
H A D | unittest_fuzzer.cpp | 49 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 D | scanhelper_fuzzer.cpp | 382 port = scanDevInfoTcp.GetPort(); in TestTCPSetPort()
|
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/ |
H A D | network_manager_addon.cpp | 1016 NAPI_CALL(env, napi_create_int32(env, httpProxy.GetPort(), &port));
in ConvertHttpProxyToJS()
|
Completed in 10 milliseconds