Searched defs:socketFd (Results 1 – 7 of 7) sorted by relevance
| /base/startup/appspawn_standard/test/unittest/app_spawn_socket_test/ |
| D | app_spawn_socket_test.cpp | 69 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/ |
| D | appspawn_socket.cpp | 93 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/ |
| D | mock_server_socket.h | 44 …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/ |
| D | server_socket_test.cpp | 69 int32_t socketFd = serverSocket->GetSocketFd(); variable
|
| /base/startup/appspawn_standard/test/unittest/client_socket_test/ |
| D | client_socket_test.cpp | 69 int32_t socketFd = clientSocket->GetSocketFd(); variable
|
| /base/hiviewdfx/faultloggerd/services/ |
| D | fault_logger_daemon.cpp | 91 int socketFd = -1; in StartServer() local 492 void FaultLoggerDaemon::LoopAcceptRequestAndFork(int socketFd) in LoopAcceptRequestAndFork()
|
| /base/hiviewdfx/hilog/frameworks/native/ |
| D | hilog_base.cpp | 38 std::atomic_int socketFd {INVALID_SOCKET}; member
|