Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_config.h90 int32_t GetIsolateCpuNodePath(bool isSim, const std::string &type, std::string &path);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_device_mitigation.cpp255 ret = ThermalHdfConfig::GetInstance().GetIsolateCpuNodePath(flag_, type, path); in IsolateCpu()
H A Dthermal_hdf_config.cpp321 int32_t ThermalHdfConfig::GetIsolateCpuNodePath(bool isSim, const std::string &type, std::string &p… in GetIsolateCpuNodePath() function in OHOS::HDI::Thermal::V1_1::ThermalHdfConfig