Home
last modified time | relevance | path

Searched refs:hdfThermalInterfaceHost (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_interface_driver.cpp51 return hdfThermalInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in ThermalInterfaceDriverDispatch()
64 auto *hdfThermalInterfaceHost = new (std::nothrow) HdfThermalInterfaceHost; in HdfThermalInterfaceDriverBind() local
65 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 …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/cpp_target/thermal/v1_0/
H A Dthermal_interface_driver.cpp.txt61 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 …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/cpp_target/thermal/v1_1/
H A Dthermal_interface_driver.cpp.txt61 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 …]