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/core/nexus/
ResponseCode.h
42
static const int
CommandSyntaxError
= 500;
/system/netd/
ResponseCode.h
54
static const int
CommandSyntaxError
= 500;
CommandListener.cpp
103
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Missing argument", false);
126
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
144
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
161
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
187
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
202
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Missing argument", false);
209
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Missing argument", false);
229
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Unknown interface cmd", false);
283
cli->sendMsg(ResponseCode::
CommandSyntaxError
, "Missing argument", false);
368
cli->sendMsg(ResponseCode::
CommandSyntaxError
,
[
all
...]
/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
...]
/frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java
61
public static final int
CommandSyntaxError
= 500;
Completed in 104 milliseconds