Home
last modified time | relevance | path

Searched refs:bufFd (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h92 int DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg, bool isJson = false);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp434 int DfxDumpCatcher::DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg, bool isJson) in DoDumpRemotePoll() argument
437 if (bufFd < 0 || resFd < 0) { in DoDumpRemotePoll()
439 msg = "Result: bufFd or resFd < 0.\n"; in DoDumpRemotePoll()
441 DFXLOGE("invalid bufFd or resFd"); in DoDumpRemotePoll()
450 readfds[0].fd = bufFd; in DoDumpRemotePoll()
509 if (readfds[i].fd == bufFd) { in DoDumpRemotePoll()
510 bufRet = DoReadBuf(bufFd, bufMsg); in DoDumpRemotePoll()

Completed in 3 milliseconds