Searched defs:sockfd (Results 1 – 4 of 4) sorted by relevance
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/ |
| D | faultloggerd_socket.cpp | 33 bool StartConnect(int& sockfd, const char* path, const int timeout) in StartConnect() 85 static bool GetServerSocket(int& sockfd, const char* name) in GetServerSocket() 121 bool StartListen(int& sockfd, const char* name, const int listenCnt) in StartListen() 146 static bool RecvMsgFromSocket(int sockfd, unsigned char* data, size_t& len) in RecvMsgFromSocket() 190 bool RecvMsgCredFromSocket(int sockfd, struct ucred* pucred) in RecvMsgCredFromSocket() 242 bool SendMsgIovToSocket(int sockfd, void *iovBase, const int iovLen) in SendMsgIovToSocket() 269 static bool SendMsgCtlToSocket(int sockfd, const void *cmsg, const int cmsgLen) in SendMsgCtlToSocket() 307 bool SendFileDescriptorToSocket(int sockfd, int fd) in SendFileDescriptorToSocket() 312 int ReadFileDescriptorFromSocket(int sockfd) in ReadFileDescriptorFromSocket()
|
| D | faultloggerd_client.cpp | 76 int sockfd; in RequestFileDescriptorEx() local 90 static bool CheckReadResp(int sockfd) in CheckReadResp() 109 int sockfd = -1; in RequestFileDescriptorByCheck() local 136 static int SendUidToServer(int sockfd) in SendUidToServer() 159 int sockfd = -1; in CheckConnectStatus() local 170 int sockfd = -1; in SendRequestToServer() local 257 int sockfd = -1; in RequestPrintTHilog() local 324 int sockfd; in RequestDelPipeFd() local 338 int sockfd = -1; in ReportDumpStats() local
|
| /base/startup/init/ueventd/ |
| D | ueventd_socket.c | 42 …int sockfd = socket(PF_NETLINK, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT); in UeventdSocketInit() local
|
| /base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/ |
| D | faultloggerdserver_fuzzer.cpp | 195 bool CheckReadResp(int sockfd) in CheckReadResp()
|