Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dhilog_input_socket_client.h26 HilogInputSocketClient() : DgramSocketClient(INPUT_SOCKET_NAME, SOCK_NONBLOCK | SOCK_CLOEXEC) {} in HilogInputSocketClient()
H A Dhilog_input_socket_server.h43 : DgramSocketServer(INPUT_SOCKET_NAME, MAX_SOCKET_PACKET_LEN), in HilogInputSocketServer()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_base.h23 #define INPUT_SOCKET_NAME "hilogInput" macro
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c33 static const struct sockaddr_un SOCKET_ADDR = {AF_UNIX, SOCKET_FILE_DIR INPUT_SOCKET_NAME};