Home
last modified time | relevance | path

Searched refs:SOCKET_FILE_DIR (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dsocket_client.cpp34 std::string sockPath(SOCKET_FILE_DIR); in SocketClient()
Dsocket_server.cpp41 std::string sockPath(SOCKET_FILE_DIR); in SocketServer()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_common.h26 #define SOCKET_FILE_DIR "/dev/unix/socket/" macro
/base/hiviewdfx/hiview/plugins/sysevent_source/
Devent_server.cpp40 #define SOCKET_FILE_DIR "/dev/unix/socket/hisysevent" macro
149 if (strcpy_s(serverAddr.sun_path, sizeof(serverAddr.sun_path), SOCKET_FILE_DIR) != EOK) { in InitSocket()
/base/hiviewdfx/hilog/frameworks/libhilog/base/
Dhilog_base.cpp85 sockaddr_un g_sockAddr = {AF_UNIX, SOCKET_FILE_DIR INPUT_SOCKET_NAME};