Home
last modified time | relevance | path

Searched refs:MSG_FAIL (Results 1 – 13 of 13) sorted by relevance

/developtools/hdc/src/common/
Dfile.cpp44 LogMsg(MSG_FAIL, "Transfer path split failed"); in BeginTransfer()
61 LogMsg(MSG_FAIL, "Transfer path failed, Master:%s Slave:%s", context->localPath.c_str(), in BeginTransfer()
100 LogMsg(MSG_FAIL, "Unknown file option: %s", argv[i]); in SetMasterParameters()
105 LogMsg(MSG_FAIL, "There is no local and remote path"); in SetMasterParameters()
113 LogMsg(MSG_FAIL, "There is no remote path"); in SetMasterParameters()
131 LogMsg(MSG_FAIL, "Operation failed, because the source folder is empty."); in SetMasterParameters()
185 …LogMsg(MSG_FAIL, "Transfer Stop at:%lld/%lld(Bytes), Reason: %s", context->indexIO, context->fileS… in TransferSummary()
265 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck()
270 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck()
281 … LogMsg(MSG_FAIL, "Target file is the same date or newer,path: %s", ctxNow.localPath.c_str()); in SlaveCheck()
Dtask.cpp81 case MSG_FAIL: in LogMsg()
Dforward.cpp725 LogMsg(bCheck ? MSG_OK : MSG_FAIL, "Forwardport result:%s", bCheck ? "OK" : "Failed"); in CommandForwardCheckResult()
823 LogMsg(MSG_FAIL, "Forward parament failed"); in CommandDispatch()
825 LogMsg(MSG_FAIL, const_cast<char *>(sError.c_str())); in CommandDispatch()
Ddefine_plus.h61 MSG_FAIL, enumerator
Dtransfer.cpp294 thisClass->LogMsg(MSG_FAIL, "Error opening file: %s, path:%s", buf, in OnFileOpen()
Dsession.cpp1338 …LogMsg(hTaskInfo->sessionId, hTaskInfo->channelId, MSG_FAIL, "hdc thread pool busy, may cause rese… in DispatchTaskData()
/developtools/hdc/src/host/
Dserver_for_client.cpp167 case MSG_FAIL: in EchoClient()
289 thisClass->EchoClient(hChannel, MSG_FAIL, const_cast<char *>(sRet.c_str())); in OrderConnecTargetResult()
312 EchoClient(hChannel, MSG_FAIL, "CreateConnect failed"); in NewConnectTry()
339 EchoClient(hChannel, MSG_FAIL, "No target available"); in CommandRemoveSession()
392 EchoClient(hChannel, MSG_FAIL, "No target available"); in GetAnyTarget()
411 EchoClient(hChannel, MSG_FAIL, "No any connected target"); in WaitForAny()
434 … EchoClient(hChannel, MSG_FAIL, "Remove forward ruler failed, ruler is not exist %s", s.c_str()); in RemoveForward()
441 …EchoClient(hChannel, MSG_FAIL, "Remove forward ruler failed, ruler is not exist %s", parameterStri… in RemoveForward()
527 EchoClient(hChannel, MSG_FAIL, "ExecuteCommand need connect-key?"); in DoCommandLocal()
663 EchoClient(hChannel, MSG_FAIL, "Failed to communicate with daemon"); in DoCommandRemote()
[all …]
Dhost_unity.cpp137 LogMsg(MSG_FAIL, "Cannot set locallog"); in CommandDispatch()
Dhost_app.cpp62 LogMsg(MSG_FAIL, "Not any installation package was found"); in BeginInstall()
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp154 LogMsg(MSG_FAIL, "Operate need running as root"); in RemountDevice()
161 LogMsg(MSG_FAIL, "Mount failed"); in RemountDevice()
193 LogMsg(MSG_FAIL, "Unknown command"); in SetDeviceRunMode()
Ddaemon_app.cpp173 LogMsg(MSG_FAIL, "Transfer App at:%lld/%lld(Bytes), Reason: %s", in WhenTransferFinish()
Dshell.cpp110 LogMsg(MSG_FAIL, "Shell initialize failed"); in CommandDispatch()
Ddaemon.cpp419 LogMsg(hSession->sessionId, channelId, MSG_FAIL, "debugging is not allowed"); in FetchCommand()