• Home
  • Raw
  • Download

Lines Matching refs:connectKey

207         ptrServer->AdminDaemonMap(OP_QUERY, hChannel->connectKey, hdi);  in SendToDaemon()
243 di.connectKey = lst.front(); in OrderFindTargets()
308 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey in NewConnectTry() argument
311 WRITE_LOG(LOG_ALL, "%s %s", __FUNCTION__, connectKey.c_str()); in NewConnectTry()
313 int childRet = ((HdcServer *)ptrServer)->CreateConnect(connectKey, isCheck); in NewConnectTry()
322 size_t pos = connectKey.find(":"); in NewConnectTry()
324 string ip = connectKey.substr(0, pos); in NewConnectTry()
331 const_cast<char *>(connectKey.c_str())); in NewConnectTry()
340 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession() argument
344 (reinterpret_cast<HdcServer *>(ptrServer))->AdminDaemonMap(OP_QUERY, connectKey, hdiOld); in CommandRemoveSession()
405 string connectKey = hdi->connectKey; in GetAnyTarget() local
406 bool ret = NewConnectTry(ptrServer, hChannel, connectKey); in GetAnyTarget()
423 string key = hdi->connectKey; in WaitForAny()
695 ptrServer->AdminDaemonMap(OP_QUERY, hChannel->connectKey, hdi); in FindAliveSessionFromDaemonMap()
750 if (!hChannel->connectKey.size()) { in CheckAutoFillTarget()
754 if (hChannel->connectKey == CMDSTR_CONNECT_ANY) { in CheckAutoFillTarget()
761 hChannel->connectKey = hdiOld->connectKey; in CheckAutoFillTarget()
778 if (strlen(handShake->connectKey) > sizeof(handShake->connectKey)) { in ChannelHandShake()
785 hChannel->connectKey = handShake->connectKey; in ChannelHandShake()