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

/system/vold/
H A DCommandListener.cpp126 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, "Unknow
[all...]
H A DResponseCode.h50 static const int CommandSyntaxError = 500; member in class:ResponseCode
/system/netd/server/
H A DResponseCode.h59 static const int CommandSyntaxError = 500; member in class:ResponseCode
H A DCommandListener.cpp262 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,
464 cli->sendMsg(ResponseCode::CommandSyntaxError,
476 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false);
510 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
526 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknow
[all...]
H A DSoftapController.cpp130 return ResponseCode::CommandSyntaxError;
211 return ResponseCode::CommandSyntaxError;
H A DMDnsSdListener.cpp508 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false);

Completed in 458 milliseconds