HomeSort by relevance Sort by last modified time
    Searched refs:CommandParameterError (Results 1 - 6 of 6) sorted by null

  /system/netd/server/
ResponseCode.h 60 static const int CommandParameterError = 501;
MDnsSdListener.cpp 76 cli->sendMsg(ResponseCode::CommandParameterError,
89 cli->sendMsg(ResponseCode::CommandParameterError,
137 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
145 cli->sendMsg(ResponseCode::CommandParameterError, "Unknown requestId", false);
169 cli->sendMsg(ResponseCode::CommandParameterError,
182 cli->sendMsg(ResponseCode::CommandParameterError,
224 cli->sendMsg(ResponseCode::CommandParameterError,
236 cli->sendMsg(ResponseCode::CommandParameterError,
290 cli->sendMsg(ResponseCode::CommandParameterError,
302 cli->sendMsg(ResponseCode::CommandParameterError,
    [all...]
CommandListener.cpp 262 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false);
481 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
494 cli->sendMsg(ResponseCode::CommandParameterError,
508 cli->sendMsg(ResponseCode::CommandParameterError,
587 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false);
591 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false);
595 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns1 address", false);
599 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns2 address", false);
    [all...]
DnsProxyListener.cpp 315 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
391 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
522 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
  /system/vold/
ResponseCode.h 51 static const int CommandParameterError = 501;
CommandListener.cpp 802 return cli->sendMsg(ResponseCode::CommandParameterError,
841 return cli->sendMsg(ResponseCode::CommandParameterError,

Completed in 135 milliseconds