Home
last modified time | relevance | path

Searched defs:socketType (Results 1 – 7 of 7) 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()