Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp452 int DfxDumpCatcher::DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg, bool isJs… in DoDumpRemotePoll() argument
455 if (bufFd < 0 || resFd < 0) { in DoDumpRemotePoll()
468 readfds[0].fd = bufFd; in DoDumpRemotePoll()
527 if (readfds[i].fd == bufFd) { in DoDumpRemotePoll()
528 bufRet = DoReadBuf(bufFd, bufMsg); in DoDumpRemotePoll()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h102 int DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg, bool isJson = false);