Searched refs:readCommand (Results 1 – 4 of 4) sorted by relevance
29 std::tuple<ReadStream, Command> readCommand(ReadStream in) { in readCommand() function34 auto [_, cmd] = readCommand(in); in peakCommand()
60 std::string readCommand(const std::string& command) { in readCommand() function69 std::string content = readCommand("logcat -d -b all"); in readLogcat()80 return string == readCommand( in writeFile()325 std::string test_output = readCommand(command); in TEST()
107 std::tuple<ReadStream, Command> readCommand(ReadStream in);
199 auto [in_cmd, cmd] = readCommand(in); in dispatchCommandMessage()