• Home
  • Raw
  • Download

Lines Matching refs:taskInfo

23     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()
61 if (taskInfo->channelTask) { in SendToAnother()
62 HdcChannelBase *channelBase = reinterpret_cast<HdcChannelBase *>(taskInfo->channelClass); in SendToAnother()
63 channelBase->SendWithCmd(taskInfo->channelId, command, bufPtr, size); in SendToAnother()
66 … HdcSessionBase *sessionBase = reinterpret_cast<HdcSessionBase *>(taskInfo->ownerSessionClass); in SendToAnother()
67 … return sessionBase->Send(taskInfo->sessionId, taskInfo->channelId, command, bufPtr, size) > 0; in SendToAnother()
78 if (taskInfo->channelTask) { in LogMsg()
95 sessionBase->LogMsg(taskInfo->sessionId, taskInfo->channelId, level, log.c_str()); in LogMsg()
101 HdcSessionBase *hSession = (HdcSessionBase *)taskInfo->ownerSessionClass; in ServerCommand()
102 return hSession->ServerCommand(taskInfo->sessionId, taskInfo->channelId, command, bufPtr, size); in ServerCommand()
108 HdcSessionBase *sessionBase = (HdcSessionBase *)taskInfo->ownerSessionClass; in ThreadCtrlCommunicate()
109 HSession hSession = sessionBase->AdminSession(OP_QUERY, taskInfo->sessionId, nullptr); in ThreadCtrlCommunicate()