Home
last modified time | relevance | path

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

/base/update/updater/services/flashd/host/
Dserver.cpp329 HDaemonInfo hdiOld = nullptr; in NotifyInstanceSessionFree() local
330 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() local
421 AdminDaemonMap(OP_QUERY, hSession->connectKey, hdiOld); in ServerSessionHandshake()
422 if (!hdiOld) { in ServerSessionHandshake()
425 HdcDaemonInformation diNew = *hdiOld; in ServerSessionHandshake()
Dserver_for_client.cpp248 HDaemonInfo hdiOld = nullptr; in CommandRemoveSession() local
249 ((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() local
578 ptrServer->AdminDaemonMap(OP_GET_ONLY, "", hdiOld); in CheckAutoFillTarget()
579 if (!hdiOld) { in CheckAutoFillTarget()
582 hChannel->connectKey = hdiOld->connectKey; in CheckAutoFillTarget()