OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandOkay
(Results
1 - 8
of
8
) sorted by null
/system/core/nexus/
ResponseCode.h
34
static const int
CommandOkay
= 200;
CommandListener.cpp
67
cli->sendMsg(ResponseCode::
CommandOkay
, tmp, false);
84
cli->sendMsg(ResponseCode::
CommandOkay
, "Network removed.", false);
112
cli->sendMsg(ResponseCode::
CommandOkay
, "Scan results complete.", false);
136
cli->sendMsg(ResponseCode::
CommandOkay
, "Network listing complete.", false);
165
cli->sendMsg(ResponseCode::
CommandOkay
, "Property read.", false);
182
cli->sendMsg(ResponseCode::
CommandOkay
, "Property set.", false);
233
cli->sendMsg(ResponseCode::
CommandOkay
, "Properties list complete.", false);
/system/netd/
ResponseCode.h
32
static const int
CommandOkay
= 200;
CommandListener.cpp
104
cli->sendMsg(ResponseCode::
CommandOkay
, "Interface list completed", false);
176
cli->sendMsg(ResponseCode::
CommandOkay
, "Interface throttling set", false);
304
cli->sendMsg(ResponseCode::
CommandOkay
, "Interface configuration set", false);
327
cli->sendMsg(ResponseCode::
CommandOkay
, "Ttys listed.", false);
361
cli->sendMsg(ResponseCode::
CommandOkay
, "ipfwd operation succeeded", false);
459
cli->sendMsg(ResponseCode::
CommandOkay
, "Tether operation succeeded", false);
490
cli->sendMsg(ResponseCode::
CommandOkay
, "Nat operation succeeded", false);
542
cli->sendMsg(ResponseCode::
CommandOkay
, "Pppd operation succeeded", false);
581
cli->sendMsg(ResponseCode::
CommandOkay
, "Pan operation succeeded", false);
628
cli->sendMsg(ResponseCode::
CommandOkay
, "Softap operation succeeded", false)
[
all
...]
/system/vold/
ResponseCode.h
31
static const int
CommandOkay
= 200;
CommandListener.cpp
86
cli->sendMsg(ResponseCode::
CommandOkay
, "Loop dump failed", true);
90
cli->sendMsg(ResponseCode::
CommandOkay
, "Devmapper dump failed", true);
103
cli->sendMsg(ResponseCode::
CommandOkay
, "dump complete", false);
190
cli->sendMsg(ResponseCode::
CommandOkay
, "volume operation succeeded", false);
277
cli->sendMsg(ResponseCode::
CommandOkay
, "Storage user list complete", false);
392
cli->sendMsg(ResponseCode::
CommandOkay
, "asec operation succeeded", false);
456
cli->sendMsg(ResponseCode::
CommandOkay
, "obb operation succeeded", false);
482
cli->sendMsg(ResponseCode::
CommandOkay
, "Xwarp mirroring started", false);
489
cli->sendMsg(ResponseCode::
CommandOkay
, "Xwarp disabled", false);
VolumeManager.cpp
245
cli->sendMsg(ResponseCode::
CommandOkay
, "Volumes listed.", false);
[
all
...]
/frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java
56
public static final int
CommandOkay
= 200;
279
} else if (code == NativeDaemonConnector.ResponseCode.
CommandOkay
) {
Completed in 242 milliseconds