Searched refs:CommandSyntaxError (Results 1 - 6 of 6) sorted by relevance

/system/vold/
H A DCommandListener.cpp126 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false);
137 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume debug <off/on>", false);
143 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mount <path>", false);
151 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force|force_and_revert]", false);
166 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume format <path>", false);
172 cli->sendMsg(ResponseCode::CommandSyntaxError,
179 cli->sendMsg(ResponseCode::CommandSyntaxError,
187 cli->sendMsg(ResponseCode::CommandSyntaxError,
201 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume cmd", false);
224 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missin
[all...]
H A DResponseCode.h49 static const int CommandSyntaxError = 500; member in class:ResponseCode
/system/netd/
H A DCommandListener.cpp211 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
237 cli->sendMsg(ResponseCode::CommandSyntaxError,
253 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
262 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
304 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false);
358 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
436 cli->sendMsg(ResponseCode::CommandSyntaxError,
451 cli->sendMsg(ResponseCode::CommandSyntaxError,
466 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false);
500 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missin
[all...]
H A DResponseCode.h58 static const int CommandSyntaxError = 500; member in class:ResponseCode
H A DSoftapController.cpp120 return ResponseCode::CommandSyntaxError;
192 return ResponseCode::CommandSyntaxError;
H A DMDnsSdListener.cpp489 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false);

Completed in 62 milliseconds