| /developtools/hdc/src/daemon/ |
| D | daemon_unity.cpp | 155 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()
|
| D | daemon_app.cpp | 165 LogMsg(MSG_OK, "[placeholders] sideload %s", pathOTA); in Sideload() 177 LogMsg(MSG_FAIL, "Transfer App at:%lld/%lld(Bytes), Reason: %s", in WhenTransferFinish()
|
| D | shell.cpp | 115 LogMsg(MSG_FAIL, "Shell initialize failed"); in CommandDispatch()
|
| D | daemon.cpp | 419 LogMsg(hSession->sessionId, channelId, MSG_FAIL, "debugging is not allowed"); in FetchCommand()
|
| D | jdwp.cpp | 531 sessionBase->LogMsg(t->sessionId, t->channelId, MSG_OK, data.c_str()); in SendProcessList()
|
| /developtools/hdc/src/common/ |
| D | file.cpp | 44 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() 177 … LogMsg(MSG_OK, "FileTransfer finish, Size:%lld, File count = %d, time:%lldms rate:%.2lfkB/s", in TransferSummary() 183 …LogMsg(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 …]
|
| D | task.cpp | 72 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()
|
| D | task.h | 40 …void LogMsg(MessageLevel level, const char *msg, ...); // D / S log Send to…
|
| D | forward.cpp | 769 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()
|
| D | session.h | 80 …void LogMsg(const uint32_t sessionId, const uint32_t channelId, MessageLevel level, const char *ms…
|
| D | session.cpp | 1272 void HdcSessionBase::LogMsg(const uint32_t sessionId, const uint32_t channelId, in LogMsg() function in Hdc::HdcSessionBase 1360 …LogMsg(hTaskInfo->sessionId, hTaskInfo->channelId, MSG_FAIL, "hdc thread pool busy, may cause rese… in DispatchTaskData()
|
| D | transfer.cpp | 292 thisClass->LogMsg(MSG_FAIL, "Error opening file: %s, path:%s", buf, in OnFileOpen()
|
| /developtools/hdc/src/host/ |
| D | host_app.cpp | 62 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()
|
| D | host_unity.cpp | 141 LogMsg(MSG_FAIL, "Cannot set locallog"); in CommandDispatch()
|
| D | host_updater.cpp | 245 LogMsg(level, "%s", info.c_str()); in CheckUpdateContinue()
|