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

  /system/vold/
ResponseCode.h 51 static const int CommandParameterError = 501;
  /system/netd/server/
ResponseCode.h 60 static const int CommandParameterError = 501;
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...]
DnsProxyListener.cpp 170 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
249 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
356 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
SoftapController.cpp 218 return ResponseCode::CommandParameterError;
CommandListener.cpp 399 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false);
587 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
601 cli->sendMsg(ResponseCode::CommandParameterError,
615 cli->sendMsg(ResponseCode::CommandParameterError,
694 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false);
698 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false);
702 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns1 address", false);
706 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns2 address", false);
    [all...]

Completed in 658 milliseconds