Home
last modified time | relevance | path

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

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