Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/
H A Ddfx_sigdump_handler.cpp116 int32_t resFd = -1; in RunThread() local
129 resFd = RequestPipeFd(pid, jsonType); in RunThread()
130 if (resFd < 0) { in RunThread()
144 ssize_t nres = OHOS_TEMP_FAILURE_RETRY(write(resFd, &res, sizeof(res))); in RunThread()
149 close(resFd); in RunThread()
/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()
470 readfds[1].fd = resFd; in DoDumpRemotePoll()
532 if (readfds[i].fd == resFd) { in DoDumpRemotePoll()
533 resRet = DoReadRes(resFd, res, resMsg); 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);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
H A Dsmq_test.cpp133 int resFd = fileno(res); in QueryOpendFdsByHostPid() local
142 if (fd == resFd) { in QueryOpendFdsByHostPid()