| /developtools/hdc/src/daemon/ |
| D | daemon_unity.cpp | 154 LogMsg(MSG_FAIL, "Operate need running as root"); in RemountDevice() 161 LogMsg(MSG_FAIL, "Mount failed"); in RemountDevice() 170 LogMsg(MSG_OK, "Mount finish"); in RemountDevice() 193 LogMsg(MSG_FAIL, "Unknown command"); in SetDeviceRunMode() 198 LogMsg(MSG_OK, "Set device run mode successful."); in SetDeviceRunMode() 221 LogMsg(MSG_OK, result.c_str()); in ListJdwpProcess() 230 LogMsg(MSG_OK, result.c_str()); in TrackJdwpProcess()
|
| D | daemon_app.cpp | 161 LogMsg(MSG_OK, "[placeholders] sideload %s", pathOTA); in Sideload() 173 LogMsg(MSG_FAIL, "Transfer App at:%lld/%lld(Bytes), Reason: %s", in WhenTransferFinish()
|
| D | shell.cpp | 110 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 | 439 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() 179 … LogMsg(MSG_OK, "FileTransfer finish, Size:%lld, File count = %d, time:%lldms rate:%.2lfkB/s", in TransferSummary() 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() [all …]
|
| D | task.cpp | 71 void HdcTaskBase::LogMsg(MessageLevel level, const char *msg, ...) in LogMsg() function in Hdc::HdcTaskBase 95 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 | 725 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()
|
| D | session.h | 80 …void LogMsg(const uint32_t sessionId, const uint32_t channelId, MessageLevel level, const char *ms…
|
| D | session.cpp | 1250 void HdcSessionBase::LogMsg(const uint32_t sessionId, const uint32_t channelId, in LogMsg() function in Hdc::HdcSessionBase 1338 …LogMsg(hTaskInfo->sessionId, hTaskInfo->channelId, MSG_FAIL, "hdc thread pool busy, may cause rese… in DispatchTaskData()
|
| D | transfer.cpp | 294 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 | 137 LogMsg(MSG_FAIL, "Cannot set locallog"); in CommandDispatch()
|
| D | host_updater.cpp | 245 LogMsg(level, "%s", info.c_str()); in CheckUpdateContinue()
|