Searched refs:hdfThermalInterfaceHost (Results 1 – 3 of 3) sorted by relevance
51 return hdfThermalInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in ThermalInterfaceDriverDispatch()64 auto *hdfThermalInterfaceHost = new (std::nothrow) HdfThermalInterfaceHost; in HdfThermalInterfaceDriverBind() local65 if (hdfThermalInterfaceHost == nullptr) { in HdfThermalInterfaceDriverBind()70 hdfThermalInterfaceHost->ioService.Dispatch = ThermalInterfaceDriverDispatch; in HdfThermalInterfaceDriverBind()71 hdfThermalInterfaceHost->ioService.Open = NULL; in HdfThermalInterfaceDriverBind()72 hdfThermalInterfaceHost->ioService.Release = NULL; in HdfThermalInterfaceDriverBind()77 delete hdfThermalInterfaceHost; in HdfThermalInterfaceDriverBind()83 if (hdfThermalInterfaceHost->stub == nullptr) { in HdfThermalInterfaceDriverBind()85 delete hdfThermalInterfaceHost; in HdfThermalInterfaceDriverBind()89 deviceObject->service = &hdfThermalInterfaceHost->ioService; in HdfThermalInterfaceDriverBind()[all …]
61 auto *hdfThermalInterfaceHost = new (std::nothrow) HdfThermalInterfaceHost;62 if (hdfThermalInterfaceHost == nullptr) {67 hdfThermalInterfaceHost->ioService.Dispatch = ThermalInterfaceDriverDispatch;68 hdfThermalInterfaceHost->ioService.Open = NULL;69 hdfThermalInterfaceHost->ioService.Release = NULL;74 delete hdfThermalInterfaceHost;80 if (hdfThermalInterfaceHost->stub == nullptr) {82 delete hdfThermalInterfaceHost;86 deviceObject->service = &hdfThermalInterfaceHost->ioService;98 if (hdfThermalInterfaceHost != nullptr) {[all …]