Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_base.h22 #define SOCKET_FILE_DIR "/dev/unix/socket/" macro
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket_client.cpp34 std::string sockPath(SOCKET_FILE_DIR); in SocketClient()
H A Dsocket_server.cpp41 std::string sockPath(SOCKET_FILE_DIR); in SocketServer()
/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};
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp40 #define SOCKET_FILE_DIR "/dev/unix/socket/hisysevent" macro
151 if (strcpy_s(serverAddr.sun_path, sizeof(serverAddr.sun_path), SOCKET_FILE_DIR) != EOK) { in InitSocket()

Completed in 2 milliseconds