OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
ResponseCode.h
57
static const int
CommandSyntaxError
= 500;
CommandListener.cpp
225
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Missing argument", false);
248
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
266
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
283
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
309
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
324
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
340
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Missing argument", false);
349
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Missing argument", false);
391
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Unknown interface cmd", false);
445
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Missing argument", false)
[
all
...]
SecondaryTableController.cpp
196
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Too long", true);
MDnsSdListener.cpp
489
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Unknown mdnssd cmd", false);
Completed in 248 milliseconds