Lines Matching refs:sError
548 bool HdcForwardBase::BeginForward(const string &command, string &sError)
584 sError = ctxPoint->lastError;
605 bool HdcForwardBase::SlaveConnect(uint8_t *bufCmd, const int bufSize, bool bCheckPoint, string &sError)
637 sError = ctxPoint->lastError;
648 sError = ctxPoint->lastError;
860 string sError;
864 if (!BeginForward(strCommand, sError)) {
871 if (!SlaveConnect(payload, payloadSize, true, sError)) {
878 if (!SlaveConnect(payload, payloadSize, false, sError)) {
890 if (!sError.size()) {
893 LogMsg(MSG_FAIL, const_cast<char *>(sError.c_str()));
894 WRITE_LOG(LOG_WARN, const_cast<char *>(sError.c_str()));