Home
last modified time | relevance | path

Searched refs:OpenSysfsFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_device_mitigation.h40 int32_t OpenSysfsFile(std::string filePath, int32_t flags);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_device_mitigation.cpp61 int32_t ThermalDeviceMitigation::OpenSysfsFile(std::string filePath, int32_t flags) in OpenSysfsFile() function in OHOS::HDI::Thermal::V1_1::ThermalDeviceMitigation
81 int32_t fd = OpenSysfsFile(filePath.c_str(), O_RDWR); in WriteSysfsFile()