Home
last modified time | relevance | path

Searched defs:port (Results 151 – 175 of 321) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp735 void HttpExec::GetGlobalHttpProxyInfo(std::string &host, int32_t &port, std::string &exclusions) in AddCurlHandle()
759 void HttpExec::GetHttpProxyInfo(RequestContext *context, std::string &host, int32_t &port, std::str… in AddCurlHandle()
806 int32_t port = 0; in AddCurlHandle() local
974 bool HttpExec::ParseHostAndPortFromUrl(const std::string &url, std::string &host, uint16_t &port) in AddCurlHandle()
1006 uint16_t port = 0; in AddCurlHandle() local
/ohos5.0/base/startup/init/services/loopevent/socket/
H A Dle_socket.c117 uint16_t port = atoi(portStr + 1); in GetSockaddrFromServer_() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if_u.c40 DevHandle UartOpen(uint32_t port) in UartOpen()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_sender.cpp435 int32_t port, const sptr<ISendShortMessageCallback> &sendCallback, in DataBasedSmsDeliverySplitPage()
469 uint8_t msgRef8bit, uint32_t indexData, int32_t port, const std::string &scAddr, in DataBasedSmsDeliveryPacketSplitPage()
H A Dsms_send_manager.cpp138 …id SmsSendManager::DataBasedSmsDelivery(const string &desAddr, const string &scAddr, uint16_t port, in DataBasedSmsDelivery()
H A Dsms_interface_manager.cpp87 …faceManager::DataBasedSmsDelivery(const string &desAddr, const string &scAddr, const uint16_t port, in DataBasedSmsDelivery()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp145 void HttpClientTask::GetHttpProxyInfo(std::string &host, int32_t &port, std::string &exclusions, bo… in GetHttpProxyInfo()
230 int32_t port = 0; in SetOtherCurlOption() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp368 int32_t AudioAdapterInterfaceImpl::GetPortCapability(const AudioPort &port, AudioPortCapability &ca… in GetPortCapability()
378 int32_t AudioAdapterInterfaceImpl::SetPassthroughMode(const AudioPort &port, AudioPortPassthroughMo… in SetPassthroughMode()
385 int32_t AudioAdapterInterfaceImpl::GetPassthroughMode(const AudioPort &port, AudioPortPassthroughMo… in GetPassthroughMode()
485 AudioPort port = {PORT_OUT_IN, pin->first, ""}; in GetAdapterDesc() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp194 AudioPort port; variable
210 AudioPort port; variable
226 AudioPort port; variable
442 AudioPort port; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h115 int32_t port; member
188 int32_t port; member
222 int32_t port; member
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp443 void NetHttpClientExec::GetGlobalHttpProxyInfo(std::string &host, int32_t &port, std::string &exclu… in GetGlobalHttpProxyInfo()
468 int32_t &port, std::string &exclusions) in GetHttpProxyInfo()
515 int32_t port = 0; in SetOtherOption() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_ip_network_impl_mock.cpp130 int32_t AuthStartListening(AuthLinkType type, const char *ip, int32_t port) in AuthStartListening()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/dispatcher/
H A Dstream_pipeline_dispatcher.cpp97 for (auto port : ports) { in CutUselessBranch() local
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_asr.c57 uint32_t port; member
232 uint8_t port = 0; in UartHostDevRead() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp643 int32_t port = 22; variable
711 int32_t port = 1; variable
1580 int32_t port = 22; variable
2009 int32_t port = 22; variable
2158 int port = CLIENT_PORT; variable
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp166 void UsbPortManager::AddPort(UsbPort &port) in AddPort()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_usb_manager.cpp162 void ScanUsbManager::FormatUsbPort(std::string &port) in FormatUsbPort()
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp885 std::string port = strHost.substr(pos + 1); in AnalyHostPath() local
933 std::string port = strHost.substr(pos + 1); in AnalysisNoDefaultProtocol() local
970 std::string port = strHost.substr(pos + 1); in AnalysisOnlyHost() local
1022 std::string port = strHost.substr(pos + 1); in ParsingHostAndPath() local
1526 void SplitString(const std::string& input, std::string& strHost, std::string& port) in SplitString()
1548 std::string port = ""; in SetHost() local
1588 std::string port = input; in SetPort() local
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Dstream_common.h113 int port = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp115 void Socket::Open(uint16_t port) in Open()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_connect_context.cpp234 …uint16_t port = static_cast<uint16_t>(NapiUtils::GetUint32Property(GetEnv(), netAddress, PORT_NAME… in ReadNetAddress() local
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp836 uint32_t port = static_cast<uint32_t>(PortIndex::PORT_INDEX_OUTPUT); in FreeOutBuffer() local
855 uint32_t port = static_cast<uint32_t>(PortIndex::PORT_INDEX_OUTPUT); in HandleEventPortSettingsChanged() local
/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/
H A Djs_netserver.cpp61 int32_t port = 0; in JS_Start() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.cpp43 void HttpServerDemo::StartServer(int32_t port) in StartServer()
/ohos5.0/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_stm32f4xx.c35 uint8_t port; member

12345678910>>...13