Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver.cpp316 HDaemonInfo pdiNew = new(std::nothrow) HdcDaemonInformation(); in AdminDaemonMap() local
317 if (pdiNew == nullptr) { in AdminDaemonMap()
321 *pdiNew = *hDaemonInfoInOut; in AdminDaemonMap()
324 mapDaemon[hDaemonInfoInOut->connectKey] = pdiNew; in AdminDaemonMap()
584 HForwardInfo pdiNew = &di; in FetchCommand() local
586 pdiNew->channelId = channelId; in FetchCommand()
587 pdiNew->sessionId = hSession->sessionId; in FetchCommand()
588 pdiNew->forwardDirection = (reinterpret_cast<char *>(payload))[0] == '1'; in FetchCommand()
589 pdiNew->taskString = reinterpret_cast<char *>(payload) + offset; in FetchCommand()
590 AdminForwardMap(OP_ADD, STRING_EMPTY, pdiNew); in FetchCommand()