Home
last modified time | relevance | path

Searched refs:OperationFailed (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DNdcDispatcher.cpp57 (cli)->sendMsg(ResponseCode::OperationFailed, (errMsg), (addErrno)); \
66 (cli)->sendMsg(ResponseCode::OperationFailed, (errMsg), (addErrno)); \
179 cli->sendMsg(ResponseCode::OperationFailed, "Failed to get interface list", true); in runCommand()
203 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true); in runCommand()
243 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set address", true); in runCommand()
259 cli->sendMsg(ResponseCode::OperationFailed, "Failed to up interface", true); in runCommand()
270 cli->sendMsg(ResponseCode::OperationFailed, "Failed to down interface", in runCommand()
307 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set ipv6 privacy extensions", in runCommand()
324 cli->sendMsg(ResponseCode::OperationFailed, "Failed to change IPv6 state", true); in runCommand()
341 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set MTU", true); in runCommand()
[all …]
/system/netd/libnetdutils/include/netdutils/
DResponseCode.h57 static constexpr int OperationFailed = 400; variable