Searched refs:CommandParameterError (Results 1 - 6 of 6) sorted by relevance
/system/netd/server/ |
H A D | ResponseCode.h | 60 static const int CommandParameterError = 501; member in class:ResponseCode
|
H A D | MDnsSdListener.cpp | 73 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 D | DnsProxyListener.cpp | 204 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); 286 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); 393 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
|
H A D | SoftapController.cpp | 202 return ResponseCode::CommandParameterError;
|
H A D | CommandListener.cpp | 404 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 D | ResponseCode.h | 51 static const int CommandParameterError = 501; member in class:ResponseCode
|
Completed in 23 milliseconds