/developtools/hdc/src/daemon/ |
H A D | daemon_unity.cpp | 202 LogMsg(MSG_FAIL, "Operate need running as root"); in RemountDevice() 217 LogMsg(MSG_OK, "Mount finish"); in RemountDevice() 220 LogMsg(MSG_FAIL, "Mount failed"); in RemountDevice() 239 LogMsg(MSG_FAIL, "[E001300]Not support tmode for Emulator"); in SetDeviceRunMode() 245 LogMsg(MSG_FAIL, "[E001000]For USB debugging, please set it on the device's Settings UI"); in SetDeviceRunMode() 250 LogMsg(MSG_FAIL, "[E001001]Unknown command"); in SetDeviceRunMode() 260 LogMsg(MSG_OK, "Set device run mode successful."); in SetDeviceRunMode() 274 LogMsg(MSG_FAIL, "[E001100]Invalid port"); in SetDeviceRunMode() 277 LogMsg(MSG_OK, "Set device run mode successful."); in SetDeviceRunMode() 305 LogMsg(MSG_O in ListJdwpProcess() [all...] |
H A D | daemon_app.cpp | 185 LogMsg(MSG_OK, "[placeholders] sideload %s", pathOTA); in Sideload() 267 LogMsg(MSG_FAIL, "Transfer App at:%lld/%lld(Bytes), Reason: %s", in WhenTransferFinish()
|
H A D | shell.cpp | 115 LogMsg(MSG_FAIL, "Shell initialize failed"); in CommandDispatch()
|
H A D | daemon.cpp | 878 LogMsg(hSession->sessionId, channelId, MSG_FAIL, authmsg.c_str()); in InitMod() 911 LogMsg(hSession->sessionId, channelId, MSG_FAIL, "debugging is not allowed"); in InitMod() 1126 LogMsg(sessionid, channelid, MSG_FAIL, msg.c_str()); in InitMod()
|
H A D | jdwp.cpp | 547 sessionBase->LogMsg(t->sessionId, t->channelId, MSG_OK, data.c_str()); in SendProcessList()
|
/developtools/hdc/src/common/ |
H A D | file.cpp | 45 LogMsg(MSG_FAIL, "Transfer path split failed"); in BeginTransfer() 58 LogMsg(MSG_FAIL, "HdcFile::BeginTransfer new openReq failed"); in BeginTransfer() 70 LogMsg(MSG_FAIL, "Transfer path failed, Master:%s Slave:%s", context->localPath.c_str(), in BeginTransfer() 109 LogMsg(MSG_FAIL, "Unknown file option: %s", argv[i]); in SetMasterParameters() 114 LogMsg(MSG_FAIL, "There is no local and remote path"); in SetMasterParameters() 122 LogMsg(MSG_FAIL, "There is no remote path"); in SetMasterParameters() 140 LogMsg(MSG_FAIL, "Operation failed, because the source folder is empty."); in SetMasterParameters() 186 LogMsg(MSG_OK, "FileTransfer finish, Size:%lld, File count = %d, time:%lldms rate:%.2lfkB/s", in TransferSummary() 192 LogMsg(MSG_FAIL, "Transfer Stop at:%lld/%lld(Bytes), Reason: %s", context->indexIO, context->fileSize, in TransferSummary() 271 LogMsg(MSG_FAI in SlaveCheck() [all...] |
H A D | task.cpp | 77 void HdcTaskBase::LogMsg(MessageLevel level, const char *msg, ...) in LogMsg() function in Hdc::HdcTaskBase 101 sessionBase->LogMsg(taskInfo->sessionId, taskInfo->channelId, level, log.c_str()); in LogMsg()
|
H A D | task.h | 40 void LogMsg(MessageLevel level, const char *msg, ...); // D / S log Send to Client
|
H A D | forward.cpp | 784 LogMsg(bCheck ? MSG_OK : MSG_FAIL, "Forwardport result:%s", bCheck ? "OK" : "Failed"); in CommandForwardCheckResult() 891 LogMsg(MSG_FAIL, "Forward parament failed"); in CommandDispatch() 893 LogMsg(MSG_FAIL, const_cast<char *>(sError.c_str())); in CommandDispatch()
|
H A D | session.h | 82 void LogMsg(const uint32_t sessionId, const uint32_t channelId, MessageLevel level, const char *msg, ...);
|
H A D | transfer.cpp | 353 thisClass->LogMsg(MSG_FAIL, "Error opening file: %s, path:%s", buf, in OnFileOpen()
|
H A D | session.cpp | 1298 void HdcSessionBase::LogMsg(const uint32_t sessionId, const uint32_t channelId, in LogMsg() function in Hdc::HdcSessionBase 1387 LogMsg(hTaskInfo->sessionId, hTaskInfo->channelId, in DispatchTaskData()
|
/developtools/hdc/src/host/ |
H A D | host_app.cpp | 88 LogMsg(MSG_FAIL, "Not any installation package was found"); in BeginInstall() 119 LogMsg(MSG_FAIL, "HdcHostApp::RunQueue new uv_fs_t failed"); in RunQueue() 184 LogMsg(MSG_INFO, "%s path:%s msg:%s", modeDesc.c_str(), path.c_str(), msg + printedMsgLen); in CheckInstallContinue() 187 LogMsg(MSG_OK, "AppMod finish"); in CheckInstallContinue()
|
H A D | host_unity.cpp | 141 LogMsg(MSG_FAIL, "Cannot set locallog"); in CommandDispatch()
|
H A D | host_updater.cpp | 254 LogMsg(level, "%s", info.c_str()); in CheckUpdateContinue()
|