Home
last modified time | relevance | path

Searched refs:OperationFailed (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/
DCommandListener.cpp276 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open sysfs dir", true); in runCommand()
307 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true); in runCommand()
361 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set address", true); in runCommand()
368 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set prefixLength", true); in runCommand()
381 cli->sendMsg(ResponseCode::OperationFailed, "Failed to up interface", true); in runCommand()
389 … cli->sendMsg(ResponseCode::OperationFailed, "Failed to down interface", true); in runCommand()
432 cli->sendMsg(ResponseCode::OperationFailed, in runCommand()
448 cli->sendMsg(ResponseCode::OperationFailed, in runCommand()
463 cli->sendMsg(ResponseCode::OperationFailed, in runCommand()
476 cli->sendMsg(ResponseCode::OperationFailed, in runCommand()
[all …]
DSoftapController.cpp175 return ResponseCode::OperationFailed; in setSoftap()
205 return ResponseCode::OperationFailed; in fwReloadSoftap()
DResponseCode.h52 static const int OperationFailed = 400; variable
DDnsProxyListener.cpp411 cli->sendMsg(ResponseCode::OperationFailed, msg, false); in runCommand()
/system/vold/
DResponseCode.cpp41 return(ResponseCode::OperationFailed); in convertFromErrno()
DResponseCode.h40 static const int OperationFailed = 400; variable
DCryptCommandListener.cpp89 return cli->sendMsg(ResponseCode::OperationFailed, "Command failed", false); in sendGenericOkFail()
225 cli->sendMsg(ResponseCode::OperationFailed, "Failed to allocate memory", false); in runCommand()
DCommandListener.cpp99 return cli->sendMsg(ResponseCode::OperationFailed, "Command failed", false); in sendGenericOkFail()
311 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open /proc", true); in runCommand()
352 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open asec dir", true); in listAsecsInDirectory()
361 cli->sendMsg(ResponseCode::OperationFailed, "Failed to allocate memory", true); in listAsecsInDirectory()