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

/system/netd/server/
H A DResponseCode.h35 static const int CommandOkay = 200; member in class:ResponseCode
H A DCommandListener.cpp286 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false);
410 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false);
419 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false);
430 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 privacy extensions changed", false);
446 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 state changed", false);
461 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 ND offload changed", false);
474 cli->sendMsg(ResponseCode::CommandOkay, "MTU changed", false);
502 cli->sendMsg(ResponseCode::CommandOkay, "Ttys listed.", false);
559 cli->sendMsg(ResponseCode::CommandOkay, "ipfwd operation succeeded", false);
668 cli->sendMsg(ResponseCode::CommandOkay, "Tethe
[all...]
H A DMDnsSdListener.cpp92 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false);
150 cli->sendMsg(ResponseCode::CommandOkay, msg, false);
185 cli->sendMsg(ResponseCode::CommandOkay, "serviceRegister started", false);
239 cli->sendMsg(ResponseCode::CommandOkay, "resolveService started", false);
295 cli->sendMsg(ResponseCode::CommandOkay, "getAddrInfo started", false);
353 cli->sendMsg(ResponseCode::CommandOkay, "setHostname started", false);
472 cli->sendMsg(ResponseCode::CommandOkay, "Service Started", false);
478 cli->sendMsg(ResponseCode::CommandOkay, "Service Stopped", false);
H A DBandwidthController.cpp1228 cli->sendMsg(ResponseCode::CommandOkay, "Tethering stats list completed", false);
/system/vold/
H A DResponseCode.h32 static const int CommandOkay = 200; member in class:ResponseCode
H A DCommandListener.cpp97 return cli->sendMsg(ResponseCode::CommandOkay, "Command succeeded", false);
111 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true);
115 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true);
128 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false);
259 return cli->sendMsg(ResponseCode::CommandOkay,
299 cli->sendMsg(ResponseCode::CommandOkay, "Mountall ran successfully", false);
337 cli->sendMsg(ResponseCode::CommandOkay, "Storage user list complete", false);
515 cli->sendMsg(ResponseCode::CommandOkay, "asec operation succeeded", false);
579 cli->sendMsg(ResponseCode::CommandOkay, "obb operation succeeded", false);
H A DCryptCommandListener.cpp87 return cli->sendMsg(ResponseCode::CommandOkay, "Command succeeded", false);
279 cli->sendMsg(ResponseCode::CommandOkay, message, false);
301 cli->sendMsg(ResponseCode::CommandOkay, msg, false);

Completed in 586 milliseconds