Home
last modified time | relevance | path

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

/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp24 static constexpr char OPEN_MESSAGE[] = "layoutOpen"; variable
61 if (message.find(OPEN_MESSAGE, 0) != std::string::npos) { in OnMessage()