Searched refs:CommandParameterError (Results 1 - 6 of 6) sorted by relevance

/system/netd/server/
H A DResponseCode.h60 static const int CommandParameterError = 501; member in class:ResponseCode
H A DMDnsSdListener.cpp73 cli->sendMsg(ResponseCode::CommandParameterError,
86 cli->sendMsg(ResponseCode::CommandParameterError,
134 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
142 cli->sendMsg(ResponseCode::CommandParameterError, "Unknown requestId", false);
166 cli->sendMsg(ResponseCode::CommandParameterError,
179 cli->sendMsg(ResponseCode::CommandParameterError,
221 cli->sendMsg(ResponseCode::CommandParameterError,
233 cli->sendMsg(ResponseCode::CommandParameterError,
277 cli->sendMsg(ResponseCode::CommandParameterError,
289 cli->sendMsg(ResponseCode::CommandParameterError,
[all...]
H A DDnsProxyListener.cpp204 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
286 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
393 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
H A DSoftapController.cpp202 return ResponseCode::CommandParameterError;
H A DCommandListener.cpp404 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false);
629 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
643 cli->sendMsg(ResponseCode::CommandParameterError,
657 cli->sendMsg(ResponseCode::CommandParameterError,
736 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false);
740 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false);
744 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns1 address", false);
748 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns2 address", false);
/system/vold/
H A DResponseCode.h51 static const int CommandParameterError = 501; member in class:ResponseCode

Completed in 271 milliseconds