/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() 192 LogMsg(MSG_FAIL, "Transfer Stop at:%lld/%lld(Bytes), Reason: %s", context->indexIO, context->fileSize, in TransferSummary() 271 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck() 276 LogMsg(MSG_FAIL, " in SlaveCheck() [all...] |
H A D | define_enum.h | 31 MSG_FAIL, enumerator
|
H A D | task.cpp | 87 case MSG_FAIL: in LogMsg()
|
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 | transfer.cpp | 353 thisClass->LogMsg(MSG_FAIL, "Error opening file: %s, path:%s", buf, in OnFileOpen()
|
H A D | session.cpp | 1388 MSG_FAIL, "hdc thread pool busy, may cause reset later"); in DispatchTaskData()
|
/developtools/hdc/src/daemon/ |
H A D | daemon_unity.cpp | 202 LogMsg(MSG_FAIL, "Operate need running as root"); 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() 274 LogMsg(MSG_FAIL, "[E001100]Invalid port"); in SetDeviceRunMode() 382 LogMsg(MSG_FAIL, "Cannot set root run mode in undebuggable version."); in CommandDispatch()
|
H A D | shell.cpp | 115 LogMsg(MSG_FAIL, "Shell initialize failed"); in CommandDispatch()
|
H A D | daemon_app.cpp | 267 LogMsg(MSG_FAIL, "Transfer App at:%lld/%lld(Bytes), Reason: %s", in WhenTransferFinish()
|
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()
|
/developtools/hdc/src/host/ |
H A D | server_for_client.cpp | 171 case MSG_FAIL: in EchoClient() 297 thisClass->EchoClient(hChannel, MSG_FAIL, const_cast<char *>(sRet.c_str())); in OrderConnecTargetResult() 322 EchoClient(hChannel, MSG_FAIL, "CreateConnect failed"); in NewConnectTry() 350 EchoClient(hChannel, MSG_FAIL, "No target available"); in CommandRemoveSession() 412 EchoClient(hChannel, MSG_FAIL, "No target available"); in GetAnyTarget() 435 EchoClient(hChannel, MSG_FAIL, "No any connected target"); in WaitForAny() 458 EchoClient(hChannel, MSG_FAIL, "Remove forward ruler failed, ruler is not exist %s", s.c_str()); in RemoveForward() 465 EchoClient(hChannel, MSG_FAIL, "Remove forward ruler failed, ruler is not exist %s", parameterString); in RemoveForward() 545 EchoClient(hChannel, MSG_FAIL, "ExecuteCommand need connect-key? please confirm a device by help info"); in DoCommandLocal() 679 EchoClient(hChannel, MSG_FAIL, "Faile in DoCommandRemote() [all...] |
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()
|
H A D | host_unity.cpp | 141 LogMsg(MSG_FAIL, "Cannot set locallog"); in CommandDispatch()
|