Home
last modified time | relevance | path

Searched refs:enable_ (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_log_test.cpp70 if (!hdfLog.enable_) { in HWTEST_F()
194 if (!hdfLog.enable_) { in HWTEST_F()
201 ASSERT_EQ(hdfLog.enable_, false); in HWTEST_F()
204 ASSERT_EQ(hdfLog.enable_, true); in HWTEST_F()
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H A Dsorft_vsync.cpp63 condition_.wait(ul, [this]() { return (enable_ || !running_); }); in CheckRuning()
72 enable_ = enable; in EnableVsync()
H A Dsorft_vsync.h40 bool enable_ = false; member in OHOS::HDI::DISPLAY::SorftVsync
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp116 width_(static_cast<uint8_t>(DEFAULT_WIDTH)), interval_(static_cast<uint32_t>(DEFAULT_INTERVAL)), enable_(true) in ThermalDfx()
122 enable_ = false; in ~ThermalDfx()
260 if (!enable_) { in PrepareWriteDfxLog()
399 enable_ = (value == "true"); in EnableWatchCallback()
424 if (enable_) { in DoWork()
434 enable_ = GetBoolParameter(THERMAL_LOG_ENABLE, true); in Init()
437 interval_.load(), width_.load(), enable_.load()); in Init()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_dfx.h63 std::atomic_bool enable_; member in OHOS::HDI::Thermal::V1_1::ThermalDfx

Completed in 3 milliseconds