Home | History | Annotate | Download | only in chromeos

Lines Matching refs:new_state

249                          PlanActivationState* new_state,
269 PlanActivationState new_state,
635 PlanActivationState* new_state,
652 *new_state = PLAN_ACTIVATION_ERROR;
718 PlanActivationState new_state = state_;
751 new_state = PLAN_ACTIVATION_RECONNECTING;
754 new_state = PLAN_ACTIVATION_SHOWING_PAYMENT;
756 new_state = PLAN_ACTIVATION_DONE;
764 new_state = (network->activation_state() ==
781 new_state = PLAN_ACTIVATION_OTASP;
789 new_state = PLAN_ACTIVATION_RECONNECTING_OTASP;
809 new_state = GetNextReconnectState(state_);
812 new_state = PLAN_ACTIVATION_SHOWING_PAYMENT;
814 new_state = PLAN_ACTIVATION_DONE;
821 new_state = PLAN_ACTIVATION_SHOWING_PAYMENT;
823 new_state = GetNextReconnectState(state_);
859 new_state = PLAN_ACTIVATION_ERROR;
867 new_state = PLAN_ACTIVATION_SHOWING_PAYMENT;
870 new_state = PLAN_ACTIVATION_DONE;
876 } else if (NeedsReconnecting(network, &new_state, &error_description)) {
906 new_state = PLAN_ACTIVATION_ERROR;
912 new_state = PLAN_ACTIVATION_DONE;
918 } else if (NeedsReconnecting(network, &new_state, &error_description)) {
934 if (new_state != PLAN_ACTIVATION_ERROR &&
950 new_state = PLAN_ACTIVATION_DELAY_OTASP;
953 new_state = PLAN_ACTIVATION_RECONNECTING_OTASP_TRY;
956 new_state = PLAN_ACTIVATION_RECONNECTING;
961 new_state = PLAN_ACTIVATION_TRYING_OTASP;
966 new_state = state_;
969 new_state = PLAN_ACTIVATION_ERROR;
975 new_state = PLAN_ACTIVATION_ERROR;
979 if (new_state == PLAN_ACTIVATION_ERROR && !error_description.length())
982 ChangeState(network, new_state, error_description);
1068 PlanActivationState new_state,
1071 if (state_ == new_state && !first_time)
1075 << ", new = " << GetStateDescription(new_state);
1090 state_ = new_state;
1096 switch (new_state) {
1115 if (new_state == PLAN_ACTIVATION_OTASP) {