Searched refs:hdiOld (Results 1 – 2 of 2) sorted by relevance
329 HDaemonInfo hdiOld = nullptr; in NotifyInstanceSessionFree() local330 AdminDaemonMap(OP_QUERY, hSession->connectKey, hdiOld); in NotifyInstanceSessionFree()331 if (hdiOld == nullptr) { in NotifyInstanceSessionFree()336 HdcDaemonInformation diNew = *hdiOld; in NotifyInstanceSessionFree()341 string usbMountPoint = hdiOld->usbMountPoint; in NotifyInstanceSessionFree()420 HDaemonInfo hdiOld = nullptr; in ServerSessionHandshake() local421 AdminDaemonMap(OP_QUERY, hSession->connectKey, hdiOld); in ServerSessionHandshake()422 if (!hdiOld) { in ServerSessionHandshake()425 HdcDaemonInformation diNew = *hdiOld; in ServerSessionHandshake()
248 HDaemonInfo hdiOld = nullptr; in CommandRemoveSession() local249 ((HdcServer *)ptrServer)->AdminDaemonMap(OP_QUERY, connectKey, hdiOld); in CommandRemoveSession()250 if (!hdiOld) { in CommandRemoveSession()254 ((HdcServer *)ptrServer)->FreeSession(hdiOld->hSession->sessionId); in CommandRemoveSession()577 HDaemonInfo hdiOld = nullptr; in CheckAutoFillTarget() local578 ptrServer->AdminDaemonMap(OP_GET_ONLY, "", hdiOld); in CheckAutoFillTarget()579 if (!hdiOld) { in CheckAutoFillTarget()582 hChannel->connectKey = hdiOld->connectKey; in CheckAutoFillTarget()