Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp36 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()
Dprotocol_handler.h62 std::queue<std::string> requestQueue_; variable