Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_log_test.cpp200 hdfLog.EnableWatchCallback("false");
203 hdfLog.EnableWatchCallback("true");
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_dfx.h58 void EnableWatchCallback(const std::string& value);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp371 thermalDfx.EnableWatchCallback(valueStr); in InfoChangedCallback()
393 void ThermalDfx::EnableWatchCallback(const std::string& value) in EnableWatchCallback() function in OHOS::HDI::Thermal::V1_1::ThermalDfx