Home
last modified time | relevance | path

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

/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp25 static constexpr char CLOSE_MESSAGE[] = "layoutClose"; variable
67 if (message.find(CLOSE_MESSAGE, 0) != std::string::npos) { in OnMessage()