Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dgeneric_messages.cpp29 std::tuple<ReadStream, Command> readCommand(ReadStream in) { in readCommand() function
34 auto [_, cmd] = readCommand(in); in peakCommand()
/system/memory/lmkd/tests/
Dlmkd_test.cpp60 std::string readCommand(const std::string& command) { in readCommand() function
69 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()
/system/teeui/libteeui/include/teeui/
Dgeneric_messages.h107 std::tuple<ReadStream, Command> readCommand(ReadStream in);
Dgeneric_operation.h199 auto [in_cmd, cmd] = readCommand(in); in dispatchCommandMessage()