Home
last modified time | relevance | path

Searched refs:socketOption (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
Ddgram_socket_client.h31 DgramSocketClient(std::string serverPath, uint32_t socketOption) in DgramSocketClient() argument
34 socketType = (socketOption & allowOption); in DgramSocketClient()
Dseq_packet_socket_client.h36 …SeqPacketSocketClient(std::string serverPath, int socketOption) : SocketClient(serverPath, SOCK_SE… in SeqPacketSocketClient() argument
38 int socketType = SOCK_SEQPACKET | ((uint32_t)socketOption & (uint32_t)allowOption); in SeqPacketSocketClient()
Dsocket.h31 void SetType(uint32_t socketOption);
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dsocket.cpp28 void Socket::SetType(uint32_t socketOption) in SetType() argument
30 socketType = socketOption; in SetType()