Searched refs:pdiNew (Results 1 – 1 of 1) sorted by relevance
316 HDaemonInfo pdiNew = new(std::nothrow) HdcDaemonInformation(); in AdminDaemonMap() local317 if (pdiNew == nullptr) { in AdminDaemonMap()321 *pdiNew = *hDaemonInfoInOut; in AdminDaemonMap()324 mapDaemon[hDaemonInfoInOut->connectKey] = pdiNew; in AdminDaemonMap()584 HForwardInfo pdiNew = &di; in FetchCommand() local586 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()