Searched refs:OperationFailed (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/netd/server/ |
H A D | NdcDispatcher.cpp | 57 (cli)->sendMsg(ResponseCode::OperationFailed, (errMsg), (addErrno)); \ 66 (cli)->sendMsg(ResponseCode::OperationFailed, (errMsg), (addErrno)); \ 341 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set MTU", true); in runCommand() 401 cli->sendMsg(ResponseCode::OperationFailed, "ipfwd operation failed", true); in runCommand() 494 cli->sendMsg(ResponseCode::OperationFailed, "Tether operation failed", true); in runCommand() 526 cli->sendMsg(ResponseCode::OperationFailed, "Nat operation failed", true); in runCommand() 552 cli->sendMsg(ResponseCode::OperationFailed, errMsg, false); in sendGenericOpFailed() 733 cli->sendMsg(ResponseCode::OperationFailed, "Firewall command failed", false); in sendGenericOkFail() 875 cli->sendMsg(ResponseCode::OperationFailed, "Clatd operation failed", false); in runCommand() 887 cli->sendMsg(ResponseCode::OperationFailed, "Strict command failed", false); in sendGenericOkFail() [all …]
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | ResponseCode.h | 57 static constexpr int OperationFailed = 400; variable
|
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsProxyListener.cpp | 584 mClient->sendMsg(ResponseCode::OperationFailed, msg, false); in spawn() 1215 cli->sendMsg(ResponseCode::OperationFailed, msg, false); in runCommand()
|