Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SOCKET_FILE_DIR
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H
A
D
hilog_base.h
22
#define
SOCKET_FILE_DIR
"/dev/unix/socket/"
macro
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H
A
D
socket_client.cpp
34
std::string sockPath(
SOCKET_FILE_DIR
);
in SocketClient()
H
A
D
socket_server.cpp
41
std::string sockPath(
SOCKET_FILE_DIR
);
in SocketServer()
/base/hiviewdfx/hilog/frameworks/libhilog/base/
H
A
D
hilog_base.c
33
static const struct sockaddr_un SOCKET_ADDR = {AF_UNIX,
SOCKET_FILE_DIR
INPUT_SOCKET_NAME};
/base/hiviewdfx/hiview/plugins/sysevent_source/
H
A
D
event_server.cpp
40
#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