Home
last modified time | relevance | path

Searched defs:trySendCommand (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/controller/
H A DCommandClient.java85 public boolean trySendCommand(ControlCommand.Action action) { in trySendCommand() method in CommandClient
95 public boolean trySendCommand(ControlCommand.Action action, String commandParameter) { in trySendCommand() method in CommandClient
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/debuggercommon/widgets/
H A Ddebuggerconsoleview.cpp362 void DebuggerConsoleView::trySendCommand(QString cmd) in trySendCommand() function in DebuggerConsoleView