Searched refs:HdfThermalInterfaceHost (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_interface_driver.cpp | 27 struct HdfThermalInterfaceHost { struct 36 …rmalInterfaceHost = CONTAINER_OF(client->device->service, struct HdfThermalInterfaceHost, ioServic… in ThermalInterfaceDriverDispatch() 64 auto *hdfThermalInterfaceHost = new (std::nothrow) HdfThermalInterfaceHost; in HdfThermalInterfaceDriverBind() 101 …hermalInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfThermalInterfaceHost, ioServic… in HdfThermalInterfaceDriverRelease()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/cpp_target/thermal/v1_0/ |
H A D | thermal_interface_driver.cpp.txt | 26 struct HdfThermalInterfaceHost { 34 …rmalInterfaceHost = CONTAINER_OF(client->device->service, struct HdfThermalInterfaceHost, ioServic… 61 auto *hdfThermalInterfaceHost = new (std::nothrow) HdfThermalInterfaceHost; 63 HDF_LOGE("%{public}s: failed to create create HdfThermalInterfaceHost object", __func__); 97 …hermalInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfThermalInterfaceHost, ioServic…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/cpp_target/thermal/v1_1/ |
H A D | thermal_interface_driver.cpp.txt | 26 struct HdfThermalInterfaceHost { 34 …rmalInterfaceHost = CONTAINER_OF(client->device->service, struct HdfThermalInterfaceHost, ioServic… 61 auto *hdfThermalInterfaceHost = new (std::nothrow) HdfThermalInterfaceHost; 63 HDF_LOGE("%{public}s: failed to create create HdfThermalInterfaceHost object", __func__); 97 …hermalInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfThermalInterfaceHost, ioServic…
|