Lines Matching refs:state_
32 state_ = INACTIVE; in BatteryRechargingControl()
89 if ((state_ == INACTIVE) && (props->batteryLevel < kFullSoc)) in updateBatteryProperties()
92 LOG(INFO) << "Entry state_: " << state_ << " charger_status: " << charger_status in updateBatteryProperties()
94 switch (state_) { in updateBatteryProperties()
96 state_ = WAIT_EOC; in updateBatteryProperties()
100 state_ = RECHARGING_CYCLE; in updateBatteryProperties()
105 state_ = NO_POWER_SOURCE; in updateBatteryProperties()
123 state_ = OVER_LOADING; in updateBatteryProperties()
132 state_ = NO_POWER_SOURCE; in updateBatteryProperties()
142 state_ = INACTIVE; in updateBatteryProperties()
148 state_ = INACTIVE; in updateBatteryProperties()
158 state_ = RECHARGING_CYCLE; in updateBatteryProperties()
164 state_ = WAIT_EOC; in updateBatteryProperties()
167 LOG(INFO) << "Exit state_: " << state_ << " batteryLevel: " << props->batteryLevel; in updateBatteryProperties()