Searched refs:LogoutAction (Results 1 – 2 of 2) sorted by relevance
83 class LogoutAction : public AccountStateAction {88 explicit LogoutAction(int status) : AccountStateAction(status) {} in LogoutAction() function93 ~LogoutAction() override {} in ~LogoutAction()
62 … 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()