Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h103 bool DoReadBuf(int fd, std::string& msg);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp528 bufRet = DoReadBuf(bufFd, bufMsg); in DoDumpRemotePoll()
557 bool DfxDumpCatcher::DoReadBuf(int fd, std::string& msg) in DoReadBuf() function in OHOS::HiviewDFX::DfxDumpCatcher