Home
last modified time | relevance | path

Searched refs:ExceptionAction (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/services/accountmgr/include/
H A Daccount_state_machine.h35 class ExceptionAction : public AccountStateAction { class in OHOS::AccountSA::AccountStateMachine
40 explicit ExceptionAction(int status) : AccountStateAction(status) {} in ExceptionAction() function in OHOS::AccountSA::AccountStateMachine::ExceptionAction
45 ~ExceptionAction() override {}
/base/account/os_account/services/accountmgr/src/
H A Daccount_state_machine.cpp35 std::make_pair(ACCOUNT_BIND_FAILED_EVT, new (std::nothrow) ExceptionAction(ACCOUNT_STATE_UNBOUND)), in OnInitialize()
56 std::make_pair(ACCOUNT_BIND_FAILED_EVT, new (std::nothrow) ExceptionAction(ACCOUNT_STATE_LOGIN)), in OnInitialize()

Completed in 2 milliseconds