Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A Dserver.cpp321 HDaemonInfo pdiNew = new(std::nothrow) HdcDaemonInformation(); in AdminDaemonMap() local
322 if (pdiNew == nullptr) { in AdminDaemonMap()
323 WRITE_LOG(LOG_FATAL, "AdminDaemonMap new pdiNew failed"); in AdminDaemonMap()
326 *pdiNew = *hDaemonInfoInOut; in AdminDaemonMap()
329 mapDaemon[hDaemonInfoInOut->connectKey] = pdiNew; in AdminDaemonMap()
619 HForwardInfo pdiNew = &di; in FetchCommand() local
620 pdiNew->channelId = channelId; in FetchCommand()
621 pdiNew->sessionId = hSession->sessionId; in FetchCommand()
622 pdiNew->connectKey = hSession->connectKey; in FetchCommand()
623 pdiNew in FetchCommand()
[all...]
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.cpp604 HDaemonInfo pdiNew = new(std::nothrow) HdcDaemonInformation(); in OpenDeviceMyNeed() local
605 if (pdiNew == nullptr) { in OpenDeviceMyNeed()
608 *pdiNew = *hDaemonInfoInOut; in OpenDeviceMyNeed()
611 mapDaemon[hDaemonInfoInOut->connectKey] = pdiNew; in OpenDeviceMyNeed()

Completed in 3 milliseconds