Home
last modified time | relevance | path

Searched defs:sockfd (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
Dfaultloggerd_socket.cpp33 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()
Dfaultloggerd_client.cpp76 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/
Dueventd_socket.c42 …int sockfd = socket(PF_NETLINK, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT); in UeventdSocketInit() local
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
Dfaultloggerdserver_fuzzer.cpp195 bool CheckReadResp(int sockfd) in CheckReadResp()