Home
last modified time | relevance | path

Searched refs:hdiOld (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/host/
Dserver.cpp398 HDaemonInfo hdiOld = nullptr; in NotifyInstanceSessionFree() local
399 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() local
506 AdminDaemonMap(OP_QUERY, hSession->connectKey, hdiOld); in ServerSessionHandshake()
507 if (!hdiOld) { in ServerSessionHandshake()
510 HdcDaemonInformation diNew = *hdiOld; in ServerSessionHandshake()
Dserver_for_client.cpp336 HDaemonInfo hdiOld = nullptr; in CommandRemoveSession() local
337 (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() local
745 ptrServer->AdminDaemonMap(OP_GET_ONLY, "", hdiOld); in CheckAutoFillTarget()
746 if (!hdiOld) { in CheckAutoFillTarget()
749 hChannel->connectKey = hdiOld->connectKey; in CheckAutoFillTarget()