Home
last modified time | relevance | path

Searched refs:FindCommand (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/client/tcpServer/
H A Dtcp_server.cpp154 if (!FindCommand(g_allCmds, cliCmdStr[0])) { in TcpServerWrite()
161 if (FindCommand(g_noRecvCmds, cliCmdStr[0])) { in TcpServerWrite()
166 if (FindCommand(g_inputOnMessages, cliCmdStr[0])) { in TcpServerWrite()
171 if (FindCommand(g_inputOnMessages, cliCmdStr[0])) { in TcpServerWrite()
189 bool TcpServer::FindCommand(std::vector<std::string> cmds, std::string cmd) in FindCommand() function in OHOS::ArkCompiler::Toolchain::TcpServer
H A Dtcp_server.h69 bool FindCommand(std::vector<std::string> cmds, std::string cmd);

Completed in 1 milliseconds