Home
last modified time | relevance | path

Searched defs:socketType (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dsocket.h45 uint32_t socketType; variable
H A Dsocket_server.h43 uint32_t socketType; variable
H A Ddgram_socket_client.h42 uint32_t socketType; variable
H A Dseq_packet_socket_client.h38 int socketType = SOCK_SEQPACKET | ((uint32_t)socketOption & (uint32_t)allowOption); in SeqPacketSocketClient() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket_client.cpp31 SocketClient::SocketClient(std::string serverPath, uint32_t socketType) : Socket(socketType) in SocketClient()
H A Dsocket_server.cpp36 SocketServer::SocketServer(const std::string& _socketName, uint32_t socketType) in SocketServer()
H A Dsocket.cpp26 Socket::Socket(int socketType) : socketType(socketType) {} in Socket()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_spp.h37 BtSppSocketType socketType; member
H A Dohos_bt_socket.h44 BluetoothSocketType socketType; member
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_test.cpp785 …OHOS::NetsysNative::NetDiagProtocolType socketType = OHOS::NetsysNative::NetDiagProtocolType::PROT… variable
912 …OHOS::NetsysNative::NetDiagProtocolType socketType = OHOS::NetsysNative::NetDiagProtocolType::PROT… variable
H A Dnet_diag_wrapper_test.cpp371 NetDiagProtocolType socketType = NetDiagProtocolType::PROTOCOL_TYPE_ALL; variable
H A Dnetsys_native_service_test.cpp696 NetDiagProtocolType socketType = NetDiagProtocolType::PROTOCOL_TYPE_ALL; variable
726 NetDiagProtocolType socketType = NetDiagProtocolType::PROTOCOL_TYPE_ALL; variable
H A Dnetsys_controller_service_impl_test.cpp620 …OHOS::NetsysNative::NetDiagProtocolType socketType = OHOS::NetsysNative::NetDiagProtocolType::PROT… variable
H A Dnetsys_native_service_stub_test.cpp443 …int32_t NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsInfo) ove… in NetDiagGetSocketsInfo()
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp353 int32_t DSoftbusAdapterImpl::InitSocket(SocketInfo info, int32_t socketType, int32_t &socket) in InitSocket()
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp355 int32_t DSoftbusAdapterImpl::InitSocket(SocketInfo info, int32_t socketType, int32_t &socket) in InitSocket()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp143 int32_t NetDiagWrapper::GetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsInfo &socketsI… in GetSocketsInfo()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h130 FILLP_INT socketType; // get from SockSocket member
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp999 int32_t NetsysController::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketType, in NetDiagGetSocketsInfo()
H A Dnetsys_controller_service_impl.cpp719 …NetsysControllerServiceImpl::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketT… in NetDiagGetSocketsInfo()
H A Dnetsys_native_client.cpp1378 int32_t NetsysNativeClient::NetDiagGetSocketsInfo(OHOS::NetsysNative::NetDiagProtocolType socketTyp… in NetDiagGetSocketsInfo()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp765 int32_t NetsysNativeService::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSocketsIn… in NetDiagGetSocketsInfo()
H A Dnetsys_native_service_stub.cpp1433 uint8_t socketType = 0; in CmdNetDiagGetSocketsInfo() local
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp2138 int32_t NetsysNativeServiceProxy::NetDiagGetSocketsInfo(NetDiagProtocolType socketType, NetDiagSock… in NetDiagGetSocketsInfo()