Searched refs:CommandOkay (Results 1 – 7 of 7) sorted by relevance
/system/core/nexus/ |
D | CommandListener.cpp | 67 cli->sendMsg(ResponseCode::CommandOkay, tmp, false); in runCommand() 84 cli->sendMsg(ResponseCode::CommandOkay, "Network removed.", false); in runCommand() 112 cli->sendMsg(ResponseCode::CommandOkay, "Scan results complete.", false); in runCommand() 136 cli->sendMsg(ResponseCode::CommandOkay, "Network listing complete.", false); in runCommand() 165 cli->sendMsg(ResponseCode::CommandOkay, "Property read.", false); in runCommand() 182 cli->sendMsg(ResponseCode::CommandOkay, "Property set.", false); in runCommand() 233 cli->sendMsg(ResponseCode::CommandOkay, "Properties list complete.", false); in runCommand()
|
D | ResponseCode.h | 34 static const int CommandOkay = 200; variable
|
/system/vold/ |
D | CommandListener.cpp | 89 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true); in runCommand() 93 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true); in runCommand() 106 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false); in runCommand() 199 cli->sendMsg(ResponseCode::CommandOkay, "volume operation succeeded", false); in runCommand() 253 cli->sendMsg(ResponseCode::CommandOkay, "Storage user list complete", false); in runCommand() 380 cli->sendMsg(ResponseCode::CommandOkay, "asec operation succeeded", false); in runCommand() 444 cli->sendMsg(ResponseCode::CommandOkay, "obb operation succeeded", false); in runCommand() 470 cli->sendMsg(ResponseCode::CommandOkay, "Xwarp mirroring started", false); in runCommand() 477 cli->sendMsg(ResponseCode::CommandOkay, "Xwarp disabled", false); in runCommand() 565 cli->sendMsg(ResponseCode::CommandOkay, msg, false); in runCommand()
|
D | ResponseCode.h | 31 static const int CommandOkay = 200; variable
|
D | VolumeManager.cpp | 160 cli->sendMsg(ResponseCode::CommandOkay, "Volumes listed.", false); in listVolumes()
|
/system/netd/ |
D | CommandListener.cpp | 122 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); in runCommand() 194 cli->sendMsg(ResponseCode::CommandOkay, "Interface throttling set", false); in runCommand() 220 cli->sendMsg(ResponseCode::CommandOkay, "Route added", false); in runCommand() 226 cli->sendMsg(ResponseCode::CommandOkay, "Route removed", false); in runCommand() 355 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false); in runCommand() 364 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false); in runCommand() 385 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 privacy extensions changed", false); in runCommand() 406 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 state changed", false); in runCommand() 430 cli->sendMsg(ResponseCode::CommandOkay, "Ttys listed.", false); in runCommand() 464 cli->sendMsg(ResponseCode::CommandOkay, "ipfwd operation succeeded", false); in runCommand() [all …]
|
D | ResponseCode.h | 34 static const int CommandOkay = 200; variable
|