Home
last modified time | relevance | path

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

/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp26 static constexpr char REQUEST_MESSAGE[] = "tree"; variable
73 if (message.find(REQUEST_MESSAGE, 0) != std::string::npos) { in OnMessage()