Searched refs:requestQueue_ (Results 1 – 2 of 2) sorted by relevance
36 requestQueue_.push(std::move(msg)); in DispatchCommand()47 if (requestQueue_.empty()) { in GetDispatchStatus()59 if (requestQueue_.empty()) { in ProcessCommand()65 requestQueue_.swap(dispatchingQueue); in ProcessCommand()
62 std::queue<std::string> requestQueue_; variable