Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_state_machine.h83 class LogoutAction : public AccountStateAction {
88 explicit LogoutAction(int status) : AccountStateAction(status) {} in LogoutAction() function
93 ~LogoutAction() override {} in ~LogoutAction()
/ohos5.0/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()