Searched refs:OperationFailed (Results 1 – 7 of 7) sorted by relevance
/system/netd/server/ |
D | CommandListener.cpp | 134 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open sysfs dir", true); in runCommand() 165 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true); in runCommand() 219 cli->sendMsg(ResponseCode::OperationFailed, "Failed to clear address", true); in runCommand() 225 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set address", true); in runCommand() 239 cli->sendMsg(ResponseCode::OperationFailed, "Failed to up interface", true); in runCommand() 247 … cli->sendMsg(ResponseCode::OperationFailed, "Failed to down interface", true); in runCommand() 290 cli->sendMsg(ResponseCode::OperationFailed, in runCommand() 306 cli->sendMsg(ResponseCode::OperationFailed, in runCommand() 321 cli->sendMsg(ResponseCode::OperationFailed, in runCommand() 334 cli->sendMsg(ResponseCode::OperationFailed, in runCommand() [all …]
|
D | ResponseCode.h | 52 static const int OperationFailed = 400; variable
|
D | DnsProxyListener.cpp | 108 cli->sendMsg(ResponseCode::OperationFailed, msg, false); in tryThreadOrError() 540 cli->sendMsg(ResponseCode::OperationFailed, msg, false); in runCommand()
|
/system/vold/ |
D | ResponseCode.cpp | 41 return(ResponseCode::OperationFailed); in convertFromErrno()
|
D | ResponseCode.h | 40 static const int OperationFailed = 400; variable
|
D | CryptCommandListener.cpp | 98 return cli->sendMsg(ResponseCode::OperationFailed, "Command failed", false); in sendGenericOkFailOnBool() 298 cli->sendMsg(ResponseCode::OperationFailed, "Failed to allocate memory", false); in runCommand()
|
D | CommandListener.cpp | 107 return cli->sendMsg(ResponseCode::OperationFailed, "Command failed", false); in sendGenericOkFail() 319 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open /proc", true); in runCommand() 360 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open asec dir", true); in listAsecsInDirectory() 369 cli->sendMsg(ResponseCode::OperationFailed, "Failed to allocate memory", true); in listAsecsInDirectory()
|