Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_record.h270 bool WaitFifoReply(int fd, const std::chrono::milliseconds &timeOut);
/developtools/hiperf/src/
Dsubcommand_record.cpp1086 if (fd == -1 or !WaitFifoReply(fd, CONTROL_WAITREPY_TOMEOUT)) { in CreateFifoServer()
1125 bool ret = WaitFifoReply(fdRead, timeOut); in SendFifoAndWaitReply()
1130 bool SubCommandRecord::WaitFifoReply(int fd, const std::chrono::milliseconds &timeOut) in WaitFifoReply() function in OHOS::Developtools::HiPerf::SubCommandRecord