Home
last modified time | relevance | path

Searched refs:activatingState_ (Results 1 – 3 of 3) sorted by relevance

/base/telephony/cellular_data/services/src/state_machine/
Dcellular_data_state_machine.cpp154 activatingState_ = std::make_unique<Activating>( in Init()
162 if (activeState_ == nullptr || inActiveState_ == nullptr || activatingState_ == nullptr || in Init()
170 activatingState_->SetParentState(defaultState_); in Init()
Dinactive.cpp87 stateMachine->TransitionTo(stateMachine->activatingState_); in StateProcess()
/base/telephony/cellular_data/services/include/state_machine/
Dcellular_data_state_machine.h65 sptr<State> activatingState_; variable