Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNdcDispatcher.cpp186 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); in runCommand()
321 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 state changed", false); in runCommand()
338 cli->sendMsg(ResponseCode::CommandOkay, "MTU changed", false); in runCommand()
398 cli->sendMsg(ResponseCode::CommandOkay, "ipfwd operation succeeded", false); in runCommand()
491 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false); in runCommand()
523 cli->sendMsg(ResponseCode::CommandOkay, "Nat operation succeeded", false); in runCommand()
703 cli->sendMsg(ResponseCode::CommandOkay, "Add success", false); in runCommand()
718 cli->sendMsg(ResponseCode::CommandOkay, "Remove success", false); in runCommand()
872 cli->sendMsg(ResponseCode::CommandOkay, in runCommand()
885 cli->sendMsg(ResponseCode::CommandOkay, "Strict command succeeded", false); in sendGenericOkFail()
[all …]
H A DMDnsSdListener.cpp99 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false); in discover()
157 cli->sendMsg(ResponseCode::CommandOkay, msg, false); in stop()
192 cli->sendMsg(ResponseCode::CommandOkay, "serviceRegister started", false); in serviceRegister()
246 cli->sendMsg(ResponseCode::CommandOkay, "resolveService started", false); in resolveService()
312 cli->sendMsg(ResponseCode::CommandOkay, "getAddrInfo started", false); in getAddrInfo()
370 cli->sendMsg(ResponseCode::CommandOkay, "setHostname started", false); in setHostname()
480 cli->sendMsg(ResponseCode::CommandOkay, "Service Started", false); in runCommand()
486 cli->sendMsg(ResponseCode::CommandOkay, "Service Stopped", false); in runCommand()
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DResponseCode.h39 static constexpr int CommandOkay = 200; variable