Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.cpp149 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); in runCommand()
273 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false); in runCommand()
282 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false); in runCommand()
293 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 privacy extensions changed", false); in runCommand()
309 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 state changed", false); in runCommand()
324 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 ND offload changed", false); in runCommand()
337 cli->sendMsg(ResponseCode::CommandOkay, "MTU changed", false); in runCommand()
365 cli->sendMsg(ResponseCode::CommandOkay, "Ttys listed.", false); in runCommand()
422 cli->sendMsg(ResponseCode::CommandOkay, "ipfwd operation succeeded", false); in runCommand()
524 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.cpp934 cli->sendMsg(ResponseCode::CommandOkay, "Tethering stats list completed", false); in getTetherStats()
/system/vold/
DCommandListener.cpp105 return cli->sendMsg(ResponseCode::CommandOkay, "Command succeeded", false); in sendGenericOkFail()
119 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true); in runCommand()
123 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true); in runCommand()
136 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false); in runCommand()
267 return cli->sendMsg(ResponseCode::CommandOkay, in runCommand()
307 cli->sendMsg(ResponseCode::CommandOkay, "Mountall ran successfully", false); in runCommand()
345 cli->sendMsg(ResponseCode::CommandOkay, "Storage user list complete", false); in runCommand()
523 cli->sendMsg(ResponseCode::CommandOkay, "asec operation succeeded", false); in runCommand()
587 cli->sendMsg(ResponseCode::CommandOkay, "obb operation succeeded", false); in runCommand()
DResponseCode.h32 static const int CommandOkay = 200; variable
DCryptCommandListener.cpp97 return cli->sendMsg(ResponseCode::CommandOkay, "Command succeeded", false); in sendGenericOkFailOnBool()
368 cli->sendMsg(ResponseCode::CommandOkay, message, false); in runCommand()
445 cli->sendMsg(ResponseCode::CommandOkay, msg, false); in runCommand()