Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
Dsocket.h45 uint32_t socketType; variable
Dsocket_server.h43 uint32_t socketType; variable
Ddgram_socket_client.h42 uint32_t socketType; variable
Dseq_packet_socket_client.h38 int socketType = SOCK_SEQPACKET | ((uint32_t)socketOption & (uint32_t)allowOption); in SeqPacketSocketClient() local
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dsocket_client.cpp31 SocketClient::SocketClient(std::string serverPath, uint32_t socketType) : Socket(socketType) in SocketClient()
Dsocket_server.cpp36 SocketServer::SocketServer(const std::string& _socketName, uint32_t socketType) in SocketServer()
Dsocket.cpp26 Socket::Socket(int socketType) : socketType(socketType) {} in Socket()
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
Ddsoftbus_adapter_impl.cpp362 int32_t DSoftbusAdapterImpl::InitSocket(SocketInfo info, int32_t socketType, int32_t &socket) in InitSocket()