Lines Matching refs:connectKey
204 ptrServer->AdminDaemonMap(OP_QUERY, hChannel->connectKey, hdi); in SendToDaemon()
236 di.connectKey = lst.front(); in OrderFindTargets()
301 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry() argument
304 WRITE_LOG(LOG_ALL, "%s %s", __FUNCTION__, connectKey.c_str()); in NewConnectTry()
306 int childRet = ((HdcServer *)ptrServer)->CreateConnect(connectKey, isCheck); in NewConnectTry()
315 size_t pos = connectKey.find(":"); in NewConnectTry()
317 string ip = connectKey.substr(0, pos); in NewConnectTry()
324 const_cast<char *>(connectKey.c_str())); in NewConnectTry()
333 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession() argument
337 (reinterpret_cast<HdcServer *>(ptrServer))->AdminDaemonMap(OP_QUERY, connectKey, hdiOld); in CommandRemoveSession()
396 string connectKey = hdi->connectKey; in GetAnyTarget() local
397 bool ret = NewConnectTry(ptrServer, hChannel, connectKey); in GetAnyTarget()
414 string key = hdi->connectKey; in WaitForAny()
687 ptrServer->AdminDaemonMap(OP_QUERY, hChannel->connectKey, hdi); in FindAliveSessionFromDaemonMap()
740 if (!hChannel->connectKey.size()) { in CheckAutoFillTarget()
743 if (hChannel->connectKey == CMDSTR_CONNECT_ANY) { in CheckAutoFillTarget()
749 hChannel->connectKey = hdiOld->connectKey; in CheckAutoFillTarget()
766 if (strlen(handShake->connectKey) > sizeof(handShake->connectKey)) { in ChannelHandShake()
773 hChannel->connectKey = handShake->connectKey; in ChannelHandShake()