Home
last modified time | relevance | path

Searched defs:serverPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dseq_packet_socket_server.h30 SeqPacketSocketServer(const std::string& serverPath, unsigned int maxListenNumber) in SeqPacketSocketServer()
H A Ddgram_socket_client.h31 DgramSocketClient(std::string serverPath, uint32_t socketOption) in DgramSocketClient()
H A Dseq_packet_socket_client.h36 …SeqPacketSocketClient(std::string serverPath, int socketOption) : SocketClient(serverPath, SOCK_SE… in SeqPacketSocketClient()
/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()