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 55 static const int CommandParameterError = 501;
CommandListener.cpp 218 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid route prefix", false);
234 cli->sendMsg(ResponseCode::CommandParameterError,
251 cli->sendMsg(ResponseCode::CommandParameterError,
319 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
376 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false);
543 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
563 cli->sendMsg(ResponseCode::CommandParameterError,
578 cli->sendMsg(ResponseCode::CommandParameterError,
654 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false);
658 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false)
    [all...]
  /system/vold/
ResponseCode.h 50 static const int CommandParameterError = 501;
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 62 public static final int CommandParameterError = 501;

Completed in 3090 milliseconds