Searched refs:CommandSyntaxError (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/netd/server/ |
H A D | NdcDispatcher.cpp | 168 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 192 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 218 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 295 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 312 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 328 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 344 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false); in runCommand() 392 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false); in runCommand() 411 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 434 cli->sendMsg(ResponseCode::CommandSyntaxError, "Bad number of arguments", false); in runCommand() [all …]
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | ResponseCode.h | 64 static constexpr int CommandSyntaxError = 500; variable
|