Home
last modified time | relevance | path

Searched refs:CommandOkay (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/
DCommandListener.cpp281 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); in runCommand()
405 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false); in runCommand()
414 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false); in runCommand()
425 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 privacy extensions changed", false); in runCommand()
441 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 state changed", false); in runCommand()
454 cli->sendMsg(ResponseCode::CommandOkay, "MTU changed", false); in runCommand()
482 cli->sendMsg(ResponseCode::CommandOkay, "Ttys listed.", false); in runCommand()
516 cli->sendMsg(ResponseCode::CommandOkay, "ipfwd operation succeeded", false); in runCommand()
626 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false); in runCommand()
666 cli->sendMsg(ResponseCode::CommandOkay, "Nat operation succeeded", false); in runCommand()
[all …]
DResponseCode.h35 static const int CommandOkay = 200; variable
DMDnsSdListener.cpp92 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false); in discover()
150 cli->sendMsg(ResponseCode::CommandOkay, msg, false); in stop()
185 cli->sendMsg(ResponseCode::CommandOkay, "serviceRegister started", false); in serviceRegister()
239 cli->sendMsg(ResponseCode::CommandOkay, "resolveService started", false); in resolveService()
295 cli->sendMsg(ResponseCode::CommandOkay, "getAddrInfo started", false); in getAddrInfo()
353 cli->sendMsg(ResponseCode::CommandOkay, "setHostname started", false); in setHostname()
472 cli->sendMsg(ResponseCode::CommandOkay, "Service Started", false); in runCommand()
478 cli->sendMsg(ResponseCode::CommandOkay, "Service Stopped", false); in runCommand()
DBandwidthController.cpp1228 cli->sendMsg(ResponseCode::CommandOkay, "Tethering stats list completed", false); in parseForwardChainStats()
/system/vold/
DCommandListener.cpp96 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true); in runCommand()
100 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true); in runCommand()
113 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false); in runCommand()
217 cli->sendMsg(ResponseCode::CommandOkay, "volume operation succeeded", false); in runCommand()
249 cli->sendMsg(ResponseCode::CommandOkay, "Mountall ran successfully", false); in runCommand()
287 cli->sendMsg(ResponseCode::CommandOkay, "Storage user list complete", false); in runCommand()
465 cli->sendMsg(ResponseCode::CommandOkay, "asec operation succeeded", false); in runCommand()
529 cli->sendMsg(ResponseCode::CommandOkay, "obb operation succeeded", false); in runCommand()
697 cli->sendMsg(ResponseCode::CommandOkay, password, false); in runCommand()
716 cli->sendMsg(ResponseCode::CommandOkay, msg, false); in runCommand()
[all …]
DResponseCode.h32 static const int CommandOkay = 200; variable
DVolumeManager.cpp289 cli->sendMsg(ResponseCode::CommandOkay, "Volumes listed.", false); in listVolumes()