Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp251 int DfxDumpCatcher::DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg) in DoDumpRemotePoll() argument
261 readfds[1].fd = resFd; in DoDumpRemotePoll()
266 if (bufFd < 0 || resFd < 0) { in DoDumpRemotePoll()
305 if (readfds[i].fd == resFd) { in DoDumpRemotePoll()
306 resRet = DoReadRes(resFd, res, resMsg); in DoDumpRemotePoll()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
Ddfx_dump_catcher.h81 int DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg);