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