Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.cpp274 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); in runCommand()
398 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false); in runCommand()
407 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false); in runCommand()
418 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 privacy extensions changed", false); in runCommand()
434 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 state changed", false); in runCommand()
449 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 ND offload changed", false); in runCommand()
462 cli->sendMsg(ResponseCode::CommandOkay, "MTU changed", false); in runCommand()
490 cli->sendMsg(ResponseCode::CommandOkay, "Ttys listed.", false); in runCommand()
547 cli->sendMsg(ResponseCode::CommandOkay, "ipfwd operation succeeded", false); in runCommand()
651 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false); in runCommand()
[all …]
DResponseCode.h35 static const int CommandOkay = 200; variable
DMDnsSdListener.cpp95 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false); in discover()
153 cli->sendMsg(ResponseCode::CommandOkay, msg, false); in stop()
188 cli->sendMsg(ResponseCode::CommandOkay, "serviceRegister started", false); in serviceRegister()
242 cli->sendMsg(ResponseCode::CommandOkay, "resolveService started", false); in resolveService()
308 cli->sendMsg(ResponseCode::CommandOkay, "getAddrInfo started", false); in getAddrInfo()
366 cli->sendMsg(ResponseCode::CommandOkay, "setHostname started", false); in setHostname()
476 cli->sendMsg(ResponseCode::CommandOkay, "Service Started", false); in runCommand()
482 cli->sendMsg(ResponseCode::CommandOkay, "Service Stopped", false); in runCommand()
DBandwidthController.cpp1193 cli->sendMsg(ResponseCode::CommandOkay, "Tethering stats list completed", false); in parseForwardChainStats()
/system/vold/
DCommandListener.cpp102 return cli->sendMsg(ResponseCode::CommandOkay, "Command succeeded", false); in sendGenericOkFail()
116 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true); in runCommand()
120 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true); in runCommand()
133 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false); in runCommand()
264 return cli->sendMsg(ResponseCode::CommandOkay, in runCommand()
304 cli->sendMsg(ResponseCode::CommandOkay, "Mountall ran successfully", false); in runCommand()
342 cli->sendMsg(ResponseCode::CommandOkay, "Storage user list complete", false); in runCommand()
520 cli->sendMsg(ResponseCode::CommandOkay, "asec operation succeeded", false); in runCommand()
584 cli->sendMsg(ResponseCode::CommandOkay, "obb operation succeeded", false); in runCommand()
DResponseCode.h32 static const int CommandOkay = 200; variable
DCryptCommandListener.cpp95 return cli->sendMsg(ResponseCode::CommandOkay, "Command succeeded", false); in sendGenericOkFailOnBool()
354 cli->sendMsg(ResponseCode::CommandOkay, message, false); in runCommand()
426 cli->sendMsg(ResponseCode::CommandOkay, msg, false); in runCommand()