Searched refs:sendMsg (Results 1 - 14 of 14) sorted by relevance

/system/core/include/sysutils/
H A DFrameworkClient.h16 int sendMsg(const char *msg);
17 int sendMsg(const char *msg, const char *data);
H A DSocketClient.h45 int sendMsg(int code, const char *msg, bool addErrno);
46 int sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum);
72 int sendMsg(const char *msg);
/system/vold/
H A DCommandListener.cpp87 cli->sendMsg(0, "Dumping loop status", false);
89 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true);
91 cli->sendMsg(0, "Dumping DM status", false);
93 cli->sendMsg(ResponseCode::CommandOkay, "Devmapper dump failed", true);
95 cli->sendMsg(0, "Dumping mounted filesystems", false);
101 cli->sendMsg(0, line, false);;
106 cli->sendMsg(ResponseCode::CommandOkay, "dump complete", false);
120 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false);
131 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume debug <off/on>", false);
137 cli->sendMsg(ResponseCod
[all...]
H A DDevmapper.cpp106 c->sendMsg(0, tmp, false);
H A DLoop.cpp75 c->sendMsg(0, tmp, false);
H A DVolumeManager.cpp163 cli->sendMsg(ResponseCode::VolumeListResult, buffer, false);
166 cli->sendMsg(ResponseCode::CommandOkay, "Volumes listed.", false);
1149 cli->sendMsg(ResponseCode::AsecListResult,
/system/netd/
H A DCommandListener.cpp225 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
234 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open sysfs dir", true);
241 cli->sendMsg(ResponseCode::InterfaceListResult, de->d_name, false);
244 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false);
248 cli->sendMsg(ResponseCode::CommandSyntaxError,
254 cli->sendMsg(ResponseCode::OperationFailed, "Failed to read counters", true);
260 cli->sendMsg(ResponseCode::InterfaceRxCounterResult, msg, false);
266 cli->sendMsg(ResponseCode::CommandSyntaxError,
272 cli->sendMsg(ResponseCode::OperationFailed, "Failed to read counters", true);
278 cli->sendMsg(ResponseCod
[all...]
H A DSecondaryTableController.cpp71 cli->sendMsg(ResponseCode::OperationFailed, "Max number NATed", true);
99 cli->sendMsg(ResponseCode::OperationFailed, "ip route modification failed", true);
112 cli->sendMsg(ResponseCode::CommandOkay, "Route modified", false);
151 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true);
196 cli->sendMsg(ResponseCode::CommandSyntaxError, "Too long", true);
H A DMDnsSdListener.cpp73 cli->sendMsg(ResponseCode::CommandParameterError,
86 cli->sendMsg(ResponseCode::CommandParameterError,
92 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false);
134 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
142 cli->sendMsg(ResponseCode::CommandParameterError, "Unknown requestId", false);
150 cli->sendMsg(ResponseCode::CommandOkay, msg, false);
166 cli->sendMsg(ResponseCode::CommandParameterError,
179 cli->sendMsg(ResponseCode::CommandParameterError,
185 cli->sendMsg(ResponseCode::CommandOkay, "serviceRegister started", false);
221 cli->sendMsg(ResponseCod
[all...]
H A DDnsProxyListener.cpp119 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
185 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
201 cli->sendMsg(ResponseCode::OperationFailed, msg, false);
/system/core/libsysutils/src/
H A DFrameworkClient.cpp16 int FrameworkClient::sendMsg(const char *msg) { function in class:FrameworkClient
32 int FrameworkClient::sendMsg(const char *msg, const char *data) { function in class:FrameworkClient
40 return sendMsg(buffer);
H A DFrameworkListener.cpp109 cli->sendMsg(500, "Unsupported escape sequence", false);
135 cli->sendMsg(500, "Invalid sequence number", false);
163 cli->sendMsg(500, "Unclosed quotes error", false);
184 cli->sendMsg(500, "Command not recognized", false);
193 cli->sendMsg(500, "Command too long", false);
H A DSocketClient.cpp53 int SocketClient::sendMsg(int code, const char *msg, bool addErrno) { function in class:SocketClient
54 return sendMsg(code, msg, addErrno, mUseCmdNum);
57 int SocketClient::sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum) { function in class:SocketClient
76 ret = sendMsg(buf);
133 int SocketClient::sendMsg(const char *msg) { function in class:SocketClient
H A DSocketListener.cpp252 if ((*i)->sendMsg(code, msg, addErrno, false)) {

Completed in 266 milliseconds