Home
last modified time | relevance | path

Searched defs:socketOption (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
Ddgram_socket_client.h31 DgramSocketClient(std::string serverPath, uint32_t socketOption) in DgramSocketClient()
Dseq_packet_socket_client.h36 …SeqPacketSocketClient(std::string serverPath, int socketOption) : SocketClient(serverPath, SOCK_SE… in SeqPacketSocketClient()
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dsocket.cpp28 void Socket::SetType(uint32_t socketOption) in SetType()