HomeSort by relevance Sort by last modified time
    Searched refs:CommandSyntaxError (Results 1 - 6 of 6) sorted by null

  /system/vold/
ResponseCode.h 49 static const int CommandSyntaxError = 500;
CommandListener.cpp 120 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false);
131 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume debug <off/on>", false);
137 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mount <path>", false);
145 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force|force_and_revert]", false);
160 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume format <path>", false);
166 cli->sendMsg(ResponseCode::CommandSyntaxError,
173 cli->sendMsg(ResponseCode::CommandSyntaxError,
181 cli->sendMsg(ResponseCode::CommandSyntaxError,
195 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume cmd", false);
218 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false)
    [all...]
  /system/netd/
CommandListener.cpp 136 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
159 cli->sendMsg(ResponseCode::CommandSyntaxError,
177 cli->sendMsg(ResponseCode::CommandSyntaxError,
194 cli->sendMsg(ResponseCode::CommandSyntaxError,
220 cli->sendMsg(ResponseCode::CommandSyntaxError,
235 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
244 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
286 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false);
340 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
416 cli->sendMsg(ResponseCode::CommandSyntaxError,
    [all...]
ResponseCode.h 58 static const int CommandSyntaxError = 500;
SecondaryTableController.cpp 196 cli->sendMsg(ResponseCode::CommandSyntaxError, "Too long", true);
MDnsSdListener.cpp 489 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false);

Completed in 181 milliseconds