Searched refs:AccountStateMachine (Results 1 – 6 of 6) sorted by relevance
60 AccountStateMachine stateMachine;76 AccountStateMachine stateMachine;99 AccountStateMachine stateMachine;122 AccountStateMachine stateMachine;145 AccountStateMachine stateMachine;175 AccountStateMachine stateMachine;205 AccountStateMachine stateMachine;235 AccountStateMachine stateMachine;265 AccountStateMachine stateMachine;295 AccountStateMachine stateMachine;[all …]
29 class AccountStateMachine {115 AccountStateMachine() : currentState_(ACCOUNT_STATE_UNBOUND) in AccountStateMachine() function123 ~AccountStateMachine() in ~AccountStateMachine()
192 std::unique_ptr<AccountStateMachine> accountState_{};
27 void AccountStateMachine::OnInitialize() in OnInitialize()78 void AccountStateMachine::Clean() in Clean()96 bool AccountStateMachine::StateChangeProcess(int evt) in StateChangeProcess()
587 accountState_ = std::make_unique<AccountStateMachine>(); in OhosAccountManager()
34 "OHOS::AccountSA::AccountStateMachine::Clean()";39 "OHOS::AccountSA::AccountStateMachine::OnInitialize()";40 "OHOS::AccountSA::AccountStateMachine::StateChangeProcess(int)";