| 85 | } |
| 86 | |
| 87 | void CRPCClient::_DoWrite(const cppnet::Handle& handle, uint32_t len, uint32_t err) { |
| 88 | if (err != cppnet::CEC_SUCCESS) { |
| 89 | base::LOG_ERROR("send response to client failed! err : %d", err); |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | void CRPCClient::_DoConnect(const cppnet::Handle& handle, uint32_t err) { |
| 94 | if (err != cppnet::CEC_SUCCESS) { |
nothing calls this directly
no outgoing calls
no test coverage detected