Lines Matching refs:chargeState_
125 BATTERY_HILOGD(FEATURE_CHARGING, "chargeState_=%{public}d, capacity_=%{public}d", chargeState_, capacity_);
126 UpdateEpollInterval(chargeState_);
135 int32_t oldChargeState = chargeState_;
136 provider_->ParseChargeState(&chargeState_);
137 BATTERY_HILOGD(FEATURE_CHARGING, "temperature=%{public}d, capacity_=%{public}d, chargeState_=%{public}d",
138 temperature, capacity_, chargeState_);
139 if (chargeState_ != oldChargeState) {
148 led_->UpdateColor(chargeState_, capacity_);
151 UpdateAnimation(chargeState_, capacity_);
174 (chargeState_ == PowerSupplyProvider::CHARGE_STATE_DISABLE ||
175 chargeState_ == PowerSupplyProvider::CHARGE_STATE_NONE)) {
229 if ((chargeState_ == PowerSupplyProvider::CHARGE_STATE_NONE) ||
230 (chargeState_ == PowerSupplyProvider::CHARGE_STATE_RESERVED)) {
238 UpdateAnimation(chargeState_, capacity_);
279 UpdateAnimation(chargeState_, capacity_);
293 UpdateAnimation(chargeState_, capacity_);