Searched refs:WaitFifoReply (Results 1 – 2 of 2) sorted by relevance
247 bool WaitFifoReply(int fd, const std::chrono::milliseconds &timeOut);
988 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