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

  /system/vold/
CommandListener.cpp 126 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false);
138 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume debug <off/on>", false);
144 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mount <path>", false);
152 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force|force_and_revert]", false);
168 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume format <path> [wipe]", false);
178 cli->sendMsg(ResponseCode::CommandSyntaxError,
185 cli->sendMsg(ResponseCode::CommandSyntaxError,
193 cli->sendMsg(ResponseCode::CommandSyntaxError,
208 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mkdirs <path>", false);
213 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume cmd", false)
    [all...]
ResponseCode.h 50 static const int CommandSyntaxError = 500;
  /system/netd/server/
ResponseCode.h 59 static const int CommandSyntaxError = 500;
CommandListener.cpp 262 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
288 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
341 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
418 cli->sendMsg(ResponseCode::CommandSyntaxError,
433 cli->sendMsg(ResponseCode::CommandSyntaxError,
449 cli->sendMsg(ResponseCode::CommandSyntaxError,
461 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false);
495 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
511 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false);
533 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false)
    [all...]
SoftapController.cpp 126 return ResponseCode::CommandSyntaxError;
207 return ResponseCode::CommandSyntaxError;
MDnsSdListener.cpp 508 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false);

Completed in 241 milliseconds