Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/include/
H A Daccount_state_machine.h83 class LogoutAction : public AccountStateAction { class in OHOS::AccountSA::AccountStateMachine
88 explicit LogoutAction(int status) : AccountStateAction(status) {} in LogoutAction() function in OHOS::AccountSA::AccountStateMachine::LogoutAction
93 ~LogoutAction() override {}
/base/account/os_account/services/accountmgr/src/
H A Daccount_state_machine.cpp62 std::make_pair(ACCOUNT_TOKEN_EXPIRED_EVT, new (std::nothrow) LogoutAction(ACCOUNT_STATE_UNBOUND)), in OnInitialize()
64 std::make_pair(ACCOUNT_PASSWORD_CHANGED_EVT, new (std::nothrow) LogoutAction(ACCOUNT_STATE_UNBOUND)), in OnInitialize()
66 std::make_pair(ACCOUNT_MANUAL_LOGOUT_EVT, new (std::nothrow) LogoutAction(ACCOUNT_STATE_UNBOUND)), in OnInitialize()

Completed in 2 milliseconds