• Home
  • Raw
  • Download

Lines Matching refs:ptrServer

202     HdcServer *ptrServer = (HdcServer *)clsServer;  in SendToDaemon()  local
204 ptrServer->AdminDaemonMap(OP_QUERY, hChannel->connectKey, hdi); in SendToDaemon()
214 …if (ptrServer->Send(hdi->hSession->sessionId, hChannel->channelId, commandFlag, bufPtr, bufSize) <… in SendToDaemon()
228 HdcServer *ptrServer = (HdcServer *)clsServer; in OrderFindTargets() local
229 ptrServer->clsTCPClt->FindLanDaemon(); in OrderFindTargets()
230 list<string> &lst = ptrServer->clsTCPClt->lstDaemonResult; in OrderFindTargets()
240 ptrServer->AdminDaemonMap(OP_ADD, STRING_EMPTY, pDi); in OrderFindTargets()
255 HdcServer *ptrServer = (HdcServer *)thisClass->clsServer; in OrderConnecTargetResult() local
262 ptrServer->AdminDaemonMap(OP_GET_ANY, target, hdi); in OrderConnecTargetResult()
264 ptrServer->AdminDaemonMap(OP_QUERY, target, hdi); in OrderConnecTargetResult()
301 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry() argument
306 int childRet = ((HdcServer *)ptrServer)->CreateConnect(connectKey, isCheck); in NewConnectTry()
335 HdcServer *ptrServer = (HdcServer *)clsServer; in CommandRemoveSession() local
337 (reinterpret_cast<HdcServer *>(ptrServer))->AdminDaemonMap(OP_QUERY, connectKey, hdiOld); in CommandRemoveSession()
342 (reinterpret_cast<HdcServer *>(ptrServer))->FreeSession(hdiOld->hSession->sessionId); in CommandRemoveSession()
348 HdcServer *ptrServer = (HdcServer *)clsServer; in CommandRemoveForward() local
350 ptrServer->AdminForwardMap(OP_QUERY, forwardKey, hfi); in CommandRemoveForward()
354 HSession hSession = ptrServer->AdminSession(OP_QUERY, hfi->sessionId, nullptr); in CommandRemoveForward()
356 ptrServer->AdminForwardMap(OP_REMOVE, forwardKey, hfi); in CommandRemoveForward()
359 ptrServer->ClearOwnTasks(hSession, hfi->channelId); in CommandRemoveForward()
362 ptrServer->AdminForwardMap(OP_REMOVE, forwardKey, hfi); in CommandRemoveForward()
369 HdcServer *ptrServer = (HdcServer *)clsServer; in GetTargetList() local
375 string sRet = ptrServer->AdminDaemonMap(cmd, STRING_EMPTY, hdi); in GetTargetList()
388 HdcServer *ptrServer = (HdcServer *)clsServer; in GetAnyTarget() local
390 ptrServer->AdminDaemonMap(OP_GET_ANY, STRING_EMPTY, hdi); in GetAnyTarget()
397 bool ret = NewConnectTry(ptrServer, hChannel, connectKey); in GetAnyTarget()
407 HdcServer *ptrServer = (HdcServer *)clsServer; in WaitForAny() local
409 ptrServer->AdminDaemonMap(OP_WAIT_FOR_ANY, STRING_EMPTY, hdi); in WaitForAny()
421 HdcServer *ptrServer = (HdcServer *)clsServer; in RemoveForward() local
424 string echo = ptrServer->AdminForwardMap(OP_GET_STRLIST, "", hfi); in RemoveForward()
450 HdcServer *ptrServer = (HdcServer *)clsServer; in DoCommandLocal() local
486 ret = NewConnectTry(ptrServer, hChannel, formatCommand->parameters.c_str()); in DoCommandLocal()
493 ret = NewConnectTry(ptrServer, hChannel, formatCommand->parameters.c_str(), true); in DoCommandLocal()
509 string echo = ptrServer->AdminForwardMap(OP_GET_STRLIST_FULL, "", hfi); in DoCommandLocal()
537 HdcServer *ptrServer = (HdcServer *)clsServer; in TaskCommand() local
582 ptrServer->DispatchTaskData(hSession, hChannel->channelId, formatCommand->cmdFlag, in TaskCommand()
686 HdcServer *ptrServer = (HdcServer *)clsServer; in FindAliveSessionFromDaemonMap() local
687 ptrServer->AdminDaemonMap(OP_QUERY, hChannel->connectKey, hdi); in FindAliveSessionFromDaemonMap()
739 HdcServer *ptrServer = (HdcServer *)clsServer; in CheckAutoFillTarget() local
745 ptrServer->AdminDaemonMap(OP_GET_ONLY, "", hdiOld); in CheckAutoFillTarget()
844 HdcServer *ptrServer = (HdcServer *)clsServer; in FindAliveSession() local
845 HSession hSession = ptrServer->AdminSession(OP_QUERY, sessionId, nullptr); in FindAliveSession()