Home
last modified time | relevance | path

Searched refs:LogMsg (Results 1 – 15 of 15) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_unity.cpp155 LogMsg(MSG_FAIL, "Operate need running as root"); in RemountDevice()
162 LogMsg(MSG_FAIL, "Mount failed"); in RemountDevice()
171 LogMsg(MSG_OK, "Mount finish"); in RemountDevice()
194 LogMsg(MSG_FAIL, "Unknown command"); in SetDeviceRunMode()
199 LogMsg(MSG_OK, "Set device run mode successful."); in SetDeviceRunMode()
222 LogMsg(MSG_OK, result.c_str()); in ListJdwpProcess()
235 LogMsg(MSG_OK, result.c_str()); in TrackJdwpProcess()
Ddaemon_app.cpp165 LogMsg(MSG_OK, "[placeholders] sideload %s", pathOTA); in Sideload()
177 LogMsg(MSG_FAIL, "Transfer App at:%lld/%lld(Bytes), Reason: %s", in WhenTransferFinish()
Dshell.cpp115 LogMsg(MSG_FAIL, "Shell initialize failed"); in CommandDispatch()
Ddaemon.cpp419 LogMsg(hSession->sessionId, channelId, MSG_FAIL, "debugging is not allowed"); in FetchCommand()
Djdwp.cpp531 sessionBase->LogMsg(t->sessionId, t->channelId, MSG_OK, data.c_str()); in SendProcessList()
/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()
177LogMsg(MSG_OK, "FileTransfer finish, Size:%lld, File count = %d, time:%lldms rate:%.2lfkB/s", in TransferSummary()
183LogMsg(MSG_FAIL, "Transfer Stop at:%lld/%lld(Bytes), Reason: %s", context->indexIO, context->fileS… in TransferSummary()
263 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck()
268 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck()
[all …]
Dtask.cpp72 void HdcTaskBase::LogMsg(MessageLevel level, const char *msg, ...) in LogMsg() function in Hdc::HdcTaskBase
96 sessionBase->LogMsg(taskInfo->sessionId, taskInfo->channelId, level, log.c_str()); in LogMsg()
Dtask.h40 …void LogMsg(MessageLevel level, const char *msg, ...); // D / S log Send to…
Dforward.cpp769 LogMsg(bCheck ? MSG_OK : MSG_FAIL, "Forwardport result:%s", bCheck ? "OK" : "Failed"); in CommandForwardCheckResult()
870 LogMsg(MSG_FAIL, "Forward parament failed"); in CommandDispatch()
872 LogMsg(MSG_FAIL, const_cast<char *>(sError.c_str())); in CommandDispatch()
Dsession.h80 …void LogMsg(const uint32_t sessionId, const uint32_t channelId, MessageLevel level, const char *ms…
Dsession.cpp1272 void HdcSessionBase::LogMsg(const uint32_t sessionId, const uint32_t channelId, in LogMsg() function in Hdc::HdcSessionBase
1360LogMsg(hTaskInfo->sessionId, hTaskInfo->channelId, MSG_FAIL, "hdc thread pool busy, may cause rese… in DispatchTaskData()
Dtransfer.cpp292 thisClass->LogMsg(MSG_FAIL, "Error opening file: %s, path:%s", buf, in OnFileOpen()
/developtools/hdc/src/host/
Dhost_app.cpp62 LogMsg(MSG_FAIL, "Not any installation package was found"); in BeginInstall()
139 LogMsg(MSG_INFO, "%s path:%s, queuesize:%d, msg:%s", modeDesc.c_str(), ctxNow.localPath.c_str(), in CheckInstallContinue()
143 LogMsg(MSG_OK, "AppMod finish"); in CheckInstallContinue()
Dhost_unity.cpp141 LogMsg(MSG_FAIL, "Cannot set locallog"); in CommandDispatch()
Dhost_updater.cpp245 LogMsg(level, "%s", info.c_str()); in CheckUpdateContinue()