Lines Matching defs:discount
356 void BrightnessService::DimmingCallbackImpl::DiscountBrightness(double discount)
358 mDiscount = discount;
839 bool BrightnessService::DiscountBrightness(double discount, uint32_t gradualDuration)
842 DISPLAY_HILOGW(FEAT_BRIGHTNESS, "Cannot discount brightness, ignore the change");
845 auto safeDiscount = discount;
847 DISPLAY_HILOGD(FEAT_BRIGHTNESS, "discount value is greater than max, discount=%{public}lf", discount);
851 DISPLAY_HILOGD(FEAT_BRIGHTNESS, "discount value is less than min, discount=%{public}lf", discount);
987 DISPLAY_HILOGD(FEAT_BRIGHTNESS, "UpdateBrightness, value=%{public}u, discount=%{public}f,"\