Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
Dipc_unix_socket.cpp34 os::unique_fd::UniqueFd sock(PANDA_FAILURE_RETRY(::socket(AF_UNIX, SOCK_STREAM, 0))); in CreateUnixServerSocket() local
68 os::unique_fd::UniqueFd sock(PANDA_FAILURE_RETRY(::socket(AF_UNIX, SOCK_STREAM, 0))); in CreateUnixClientSocket() local
/arkcompiler/runtime_core/static_core/dprof/daemon/
Dmain.cpp33 bool CheckVersion(const os::unique_fd::UniqueFd &sock) in CheckVersion()
57 static std::unique_ptr<AppData> ProcessingConnect(const os::unique_fd::UniqueFd &sock) in ProcessingConnect()
247 os::unique_fd::UniqueFd sock(ipc::CreateUnixServerSocket(maxPendingConnectionsQueue)); in Main() local
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
Dprofiling_data.cpp38 os::unique_fd::UniqueFd sock(ipc::CreateUnixClientSocket()); in DumpAndResetFeatures() local