Lines Matching refs:pdiNew
321 HDaemonInfo pdiNew = new(std::nothrow) HdcDaemonInformation();
322 if (pdiNew == nullptr) {
323 WRITE_LOG(LOG_FATAL, "AdminDaemonMap new pdiNew failed");
326 *pdiNew = *hDaemonInfoInOut;
329 mapDaemon[hDaemonInfoInOut->connectKey] = pdiNew;
619 HForwardInfo pdiNew = &di;
620 pdiNew->channelId = channelId;
621 pdiNew->sessionId = hSession->sessionId;
622 pdiNew->connectKey = hSession->connectKey;
623 pdiNew->forwardDirection = (reinterpret_cast<char *>(payload))[0] == '1';
624 pdiNew->taskString = reinterpret_cast<char *>(payload);
625 AdminForwardMap(OP_ADD, STRING_EMPTY, pdiNew);