Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
H A Ddaemon_unity.cpp202 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 Ddaemon_app.cpp185 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 Dshell.cpp115 LogMsg(MSG_FAIL, "Shell initialize failed"); in CommandDispatch()
H A Ddaemon.cpp878 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 Djdwp.cpp547 sessionBase->LogMsg(t->sessionId, t->channelId, MSG_OK, data.c_str()); in SendProcessList()
/developtools/hdc/src/common/
H A Dfile.cpp45 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 Dtask.cpp77 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 Dtask.h40 void LogMsg(MessageLevel level, const char *msg, ...); // D / S log Send to Client
H A Dforward.cpp784 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 Dsession.h82 void LogMsg(const uint32_t sessionId, const uint32_t channelId, MessageLevel level, const char *msg, ...);
H A Dtransfer.cpp353 thisClass->LogMsg(MSG_FAIL, "Error opening file: %s, path:%s", buf, in OnFileOpen()
H A Dsession.cpp1298 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 Dhost_app.cpp88 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 Dhost_unity.cpp141 LogMsg(MSG_FAIL, "Cannot set locallog"); in CommandDispatch()
H A Dhost_updater.cpp254 LogMsg(level, "%s", info.c_str()); in CheckUpdateContinue()

Completed in 14 milliseconds