Home
last modified time | relevance | path

Searched refs:iovBase (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
Dfaultloggerd_socket.cpp236 bool SendMsgIovToSocket(int sockfd, void *iovBase, const int iovLen) in SendMsgIovToSocket() argument
238 if ((sockfd < 0) || (iovBase == nullptr) || (iovLen == 0)) { in SendMsgIovToSocket()
247 iov.iov_base = iovBase; in SendMsgIovToSocket()
269 char iovBase[] = ""; in SendMsgCtlToSocket() local
271 .iov_base = reinterpret_cast<void *>(iovBase), in SendMsgCtlToSocket()
Dfaultloggerd_socket.h30 bool SendMsgIovToSocket(int sockfd, void *iovBase, const int iovLen);