Home
last modified time | relevance | path

Searched refs:taskInfo (Results 1 – 14 of 14) sorted by relevance

/developtools/hdc/src/common/
Dtask.cpp23 taskInfo = hTaskInfo; in HdcTaskBase()
29 if (taskInfo->masterSlave) { in HdcTaskBase()
32 WRITE_LOG(LOG_DEBUG, "HdcTaskBase channelId:%u", taskInfo->channelId); in HdcTaskBase()
37 WRITE_LOG(LOG_DEBUG, "~HdcTaskBase channelId:%u", taskInfo->channelId); in ~HdcTaskBase()
50 WRITE_LOG(LOG_DEBUG, "HdcTaskBase::TaskFinish notify begin channelId:%u", taskInfo->channelId); in TaskFinish()
52 WRITE_LOG(LOG_DEBUG, "HdcTaskBase::TaskFinish notify end channelId:%u", taskInfo->channelId); in TaskFinish()
59 …WRITE_LOG(LOG_FATAL, "TaskFinish singalStop channelId:%u command:%u", taskInfo->channelId, command… in SendToAnother()
62 if (taskInfo->channelTask) { in SendToAnother()
63 HdcChannelBase *channelBase = reinterpret_cast<HdcChannelBase *>(taskInfo->channelClass); in SendToAnother()
64 channelBase->SendWithCmd(taskInfo->channelId, command, bufPtr, size); in SendToAnother()
[all …]
Dtask.h50 HTaskInfo taskInfo; variable
Dfile.cpp28 WRITE_LOG(LOG_DEBUG, "~HdcFile channelId:%u", taskInfo->channelId); in ~HdcFile()
33 WRITE_LOG(LOG_DEBUG, "StopTask channelId:%u", taskInfo->channelId); in StopTask()
110 if (taskInfo->serverOrDaemon) { in SetMasterParameters()
Dtransfer.cpp39 taskInfo->channelId, ctxNow.lastErrno, ctxNow.fsOpenReq.result, ctxNow.ioFinish); in ~HdcTransferBase()
264 … thisClass->taskInfo->channelId, context->fsOpenReq.result, context->closeReqSubmitted); in OnFileIO()
267 WRITE_LOG(LOG_DEBUG, "OnFileIO fs_close, channelId:%u", thisClass->taskInfo->channelId); in OnFileIO()
286 context->localPath.c_str(), thisClass->taskInfo->channelId, context->fsOpenReq.result); in OnFileOpen()
588 if (taskInfo->serverOrDaemon) { in SmartSlavePath()
Dforward.cpp28 WRITE_LOG(LOG_DEBUG, "~HdcForwardBase channelId:%u", taskInfo->channelId); in ~HdcForwardBase()
34 WRITE_LOG(LOG_WARN, "not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
775 string mapInfo = taskInfo->serverOrDaemon ? "1|" : "0|"; in CommandForwardCheckResult()
/developtools/hdc/src/host/
Dhost_unity.cpp26 WRITE_LOG(LOG_DEBUG, "~HdcHostUnity channelId:%u", taskInfo->channelId); in ~HdcHostUnity()
32 WRITE_LOG(LOG_WARN, "not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
36 … WRITE_LOG(LOG_WARN, "enableLog true hasFilelogClosed false channelId:%u", taskInfo->channelId); in ReadyForRelease()
46 WRITE_LOG(LOG_WARN, "StopTask hasFilelogClosed true channelId:%u", taskInfo->channelId); in StopTask()
52 … WRITE_LOG(LOG_DEBUG, "taskInfo->channelId:%u fileLog:%d", taskInfo->channelId, opContext.fileLog); in StopTask()
73 …WRITE_LOG(LOG_FATAL, "InitLocalLog uv_fs_open failed taskInfo->channelId:%u", taskInfo->channelId); in InitLocalLog()
Dhost_updater.cpp324 sessionBase->ServerCommand(taskInfo->sessionId, taskInfo->channelId, CMD_KERNEL_ECHO_RAW, in SendRawData()
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp27 WRITE_LOG(LOG_DEBUG, "~HdcDaemonUnity channelId:%u", taskInfo->channelId); in ~HdcDaemonUnity()
40 WRITE_LOG(LOG_DEBUG, "not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
229 taskInfo->debugRelease = 1; in TrackJdwpProcess()
231 taskInfo->debugRelease = 0; in TrackJdwpProcess()
233 if (!((static_cast<HdcJdwp *>(daemon->clsJdwp))->CreateJdwpTracker(taskInfo))) { in TrackJdwpProcess()
243 HdcDaemon *daemon = static_cast<HdcDaemon *>(taskInfo->ownerSessionClass); in RemoveJdwpTracker()
244 (static_cast<HdcJdwp *>(daemon->clsJdwp))->RemoveJdwpTracker(taskInfo); in RemoveJdwpTracker()
250 HdcDaemon *daemon = (HdcDaemon *)taskInfo->ownerSessionClass; in CommandDispatch()
Ddaemon_app.cpp28 WRITE_LOG(LOG_INFO, "~HdcDaemonApp channelId:%u", taskInfo->channelId); in ~HdcDaemonApp()
34 WRITE_LOG(LOG_WARN, "HdcTaskBase not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
38 WRITE_LOG(LOG_WARN, "asyncCommand not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
41 WRITE_LOG(LOG_INFO, "ReadyForRelease channelId:%u", taskInfo->channelId); in ReadyForRelease()
49 command, taskInfo->channelId); in CommandDispatch()
Dshell.cpp45 WRITE_LOG(LOG_DEBUG, "~HdcShell channelId:%u", taskInfo->channelId); in ~HdcShell()
51 WRITE_LOG(LOG_WARN, "not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
55 WRITE_LOG(LOG_WARN, "childReady false channelId:%u", taskInfo->channelId); in ReadyForRelease()
59 WRITE_LOG(LOG_WARN, "childShell not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
313 … WRITE_LOG(LOG_DEBUG, "StartShell pid:%d channelId:%u ret:%d", pidShell, taskInfo->channelId, ret); in StartShell()
Djdwp.cpp576 bool HdcJdwp::CreateJdwpTracker(HTaskInfo taskInfo) in CreateJdwpTracker() argument
578 if (taskInfo == nullptr) { in CreateJdwpTracker()
582 auto it = std::find(jdwpTrackers.begin(), jdwpTrackers.end(), taskInfo); in CreateJdwpTracker()
584 jdwpTrackers.push_back(taskInfo); in CreateJdwpTracker()
586 ProcessListUpdated(taskInfo); in CreateJdwpTracker()
591 void HdcJdwp::RemoveJdwpTracker(HTaskInfo taskInfo) in RemoveJdwpTracker() argument
593 if (taskInfo == nullptr) { in RemoveJdwpTracker()
597 auto it = std::find(jdwpTrackers.begin(), jdwpTrackers.end(), taskInfo); in RemoveJdwpTracker()
599 …OG(LOG_DEBUG, "RemoveJdwpTracker channelId:%d, taskType:%d.", taskInfo->channelId, taskInfo->taskT… in RemoveJdwpTracker()
Djdwp.h27 bool CreateJdwpTracker(HTaskInfo taskInfo);
28 void RemoveJdwpTracker(HTaskInfo taskInfo);
Ddaemon_forward.cpp45 HdcDaemon *daemon = (HdcDaemon *)taskInfo->ownerSessionClass; in SetupJdwpPoint()
91 HdcDaemon *daemon = (HdcDaemon *)taskInfo->ownerSessionClass; in SetupArkPoint()
/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp43 static ExceptionMsg ParseToTask(std::string command, TaskInfo &taskInfo) in ParseToTask() argument
91 taskInfo = { sessionId, pkg, configs, interval, snf }; in ParseToTask()