Searched refs:hdiOld (Results 1 – 2 of 2) sorted by relevance
398 HDaemonInfo hdiOld = nullptr; in NotifyInstanceSessionFree() local399 AdminDaemonMap(OP_QUERY, hSession->connectKey, hdiOld); in NotifyInstanceSessionFree()400 if (hdiOld == nullptr) { in NotifyInstanceSessionFree()405 HdcDaemonInformation diNew = *hdiOld; in NotifyInstanceSessionFree()411 string usbMountPoint = hdiOld->usbMountPoint; in NotifyInstanceSessionFree()505 HDaemonInfo hdiOld = nullptr; in ServerSessionHandshake() local506 AdminDaemonMap(OP_QUERY, hSession->connectKey, hdiOld); in ServerSessionHandshake()507 if (!hdiOld) { in ServerSessionHandshake()510 HdcDaemonInformation diNew = *hdiOld; in ServerSessionHandshake()
336 HDaemonInfo hdiOld = nullptr; in CommandRemoveSession() local337 (reinterpret_cast<HdcServer *>(ptrServer))->AdminDaemonMap(OP_QUERY, connectKey, hdiOld); in CommandRemoveSession()338 if (!hdiOld) { in CommandRemoveSession()342 (reinterpret_cast<HdcServer *>(ptrServer))->FreeSession(hdiOld->hSession->sessionId); in CommandRemoveSession()744 HDaemonInfo hdiOld = nullptr; in CheckAutoFillTarget() local745 ptrServer->AdminDaemonMap(OP_GET_ONLY, "", hdiOld); in CheckAutoFillTarget()746 if (!hdiOld) { in CheckAutoFillTarget()749 hChannel->connectKey = hdiOld->connectKey; in CheckAutoFillTarget()