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

  /system/core/nexus/
ResponseCode.h 43 static const int CommandParameterError = 501;
CommandListener.cpp 169 cli->sendMsg(ResponseCode::CommandParameterError, "Failed to read property.", true);
187 cli->sendMsg(ResponseCode::CommandParameterError, "Failed to set property.", true);
204 cli->sendMsg(ResponseCode::CommandParameterError, "Failed to list properties.", true);
  /system/netd/
ResponseCode.h 51 static const int CommandParameterError = 501;
CommandListener.cpp 243 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
248 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid netmask", false);
300 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false);
413 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
433 cli->sendMsg(ResponseCode::CommandParameterError,
448 cli->sendMsg(ResponseCode::CommandParameterError,
518 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false);
522 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false);
526 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns1 address", false);
530 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns2 address", false)
    [all...]
  /system/vold/
ResponseCode.h 50 static const int CommandParameterError = 501;
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 61 public static final int CommandParameterError = 501;

Completed in 231 milliseconds