/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 735 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 D | le_socket.c | 117 uint16_t port = atoi(portStr + 1); in GetSockaddrFromServer_() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/ |
H A D | uart_if_u.c | 40 DevHandle UartOpen(uint32_t port) in UartOpen()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_sender.cpp | 435 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 D | sms_send_manager.cpp | 138 …id SmsSendManager::DataBasedSmsDelivery(const string &desAddr, const string &scAddr, uint16_t port, in DataBasedSmsDelivery()
|
H A D | sms_interface_manager.cpp | 87 …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 D | http_client_task.cpp | 145 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 D | audio_adapter_interface_impl.cpp | 368 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 D | audio_adapter_interface_impl_test.cpp | 194 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 D | softbus_conn_interface.h | 115 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 D | net_http_client_exec.cpp | 443 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 D | lnn_ip_network_impl_mock.cpp | 130 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 D | stream_pipeline_dispatcher.cpp | 97 for (auto port : ports) { in CutUselessBranch() local
|
/ohos5.0/drivers/hdf_core/adapter/platform/uart/ |
H A D | uart_asr.c | 57 uint32_t port; member 232 uint8_t port = 0; in UartHostDevRead() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 643 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 D | usb_port_manager.cpp | 166 void UsbPortManager::AddPort(UsbPort &port) in AddPort()
|
/ohos5.0/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_usb_manager.cpp | 162 void ScanUsbManager::FormatUsbPort(std::string &port) in FormatUsbPort()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/ |
H A D | js_url.cpp | 885 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 D | stream_common.h | 113 int port = 0; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_socket.cpp | 115 void Socket::Open(uint16_t port) in Open()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/context/ |
H A D | tls_connect_context.cpp | 234 …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 D | codec_hdi_decode.cpp | 836 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 D | js_netserver.cpp | 61 int32_t port = 0; in JS_Start() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.cpp | 43 void HttpServerDemo::StartServer(int32_t port) in StartServer()
|
/ohos5.0/drivers/hdf_core/adapter/platform/i2c/ |
H A D | i2c_stm32f4xx.c | 35 uint8_t port; member
|