Home
last modified time | relevance | path

Searched defs:socketFd (Results 1 – 7 of 7) sorted by relevance

/base/startup/appspawn_standard/test/unittest/app_spawn_socket_test/
Dapp_spawn_socket_test.cpp69 auto socketFd = appSpawnSocket->CreateSocket(); variable
92 int32_t socketFd = -2; variable
178 int32_t socketFd = -1; variable
202 auto socketFd = appSpawnSocket->CreateSocket(); variable
226 auto socketFd = appSpawnSocket->CreateSocket(); variable
251 auto socketFd = appSpawnSocket->CreateSocket(); variable
313 int32_t socketFd = -1; variable
335 auto socketFd = appSpawnSocket->CreateSocket(); variable
359 auto socketFd = appSpawnSocket->CreateSocket(); variable
383 auto socketFd = appSpawnSocket->CreateSocket(); variable
/base/startup/appspawn_standard/src/socket/
Dappspawn_socket.cpp93 int socketFd = socket(AF_LOCAL, SOCK_SEQPACKET, 0); in CreateSocket() local
103 void AppSpawnSocket::CloseSocket(int &socketFd) in CloseSocket()
112 int AppSpawnSocket::ReadSocketMessage(int socketFd, void *buf, int len) in ReadSocketMessage()
133 int AppSpawnSocket::WriteSocketMessage(int socketFd, const void *buf, int len) in WriteSocketMessage()
/base/startup/appspawn_standard/test/mock/include/
Dmock_server_socket.h44 …int32_t ReadImplGidCountMax([[maybe_unused]] int32_t socketFd, void *buf, [[maybe_unused]] int32_t… in ReadImplGidCountMax()
77 …int32_t ReadImplProcessName([[maybe_unused]] int32_t socketFd, void *buf, [[maybe_unused]] int32_t… in ReadImplProcessName()
110 … int32_t ReadImplValid([[maybe_unused]] int32_t socketFd, void *buf, [[maybe_unused]] int32_t len) in ReadImplValid()
143 …int32_t ReadImplValidLongProcessName([[maybe_unused]] int32_t socketFd, void *buf, [[maybe_unused]… in ReadImplValidLongProcessName()
/base/startup/appspawn_standard/test/unittest/server_socket_test/
Dserver_socket_test.cpp69 int32_t socketFd = serverSocket->GetSocketFd(); variable
/base/startup/appspawn_standard/test/unittest/client_socket_test/
Dclient_socket_test.cpp69 int32_t socketFd = clientSocket->GetSocketFd(); variable
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_daemon.cpp91 int socketFd = -1; in StartServer() local
492 void FaultLoggerDaemon::LoopAcceptRequestAndFork(int socketFd) in LoopAcceptRequestAndFork()
/base/hiviewdfx/hilog/frameworks/native/
Dhilog_base.cpp38 std::atomic_int socketFd {INVALID_SOCKET}; member