Lines Matching defs:enable
414 void BrightnessService::SetSettingAutoBrightness(bool enable)
416 BrightnessSettingHelper::SetSettingAutoBrightness(enable);
435 bool BrightnessService::AutoAdjustBrightness(bool enable)
437 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "SetAutoBrightnessEnable start, enable=%{public}d, isEnabled=%{public}d, "\
438 "isSupport=%{public}d", enable, mIsAutoBrightnessEnabled, mIsSupportLightSensor);
444 if (enable) {
451 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "SetAutoBrightnessEnable enable");
464 bool BrightnessService::StateChangedSetAutoBrightness(bool enable)
466 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "StateChangedSetAutoBrightness start, enable=%{public}d, "\
467 "isSensorEnabled=%{public}d, isSupport=%{public}d", enable, mIsLightSensorEnabled, mIsSupportLightSensor);
473 if (enable) {
479 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "StateChangedSetAutoBrightness enable");