Searched refs:LogoffAction (Results 1 – 2 of 2) sorted by relevance
99 class LogoffAction : public AccountStateAction {104 explicit LogoffAction(int status) : AccountStateAction(status) {} in LogoffAction() function109 ~LogoffAction() override {} in ~LogoffAction()
70 … std::make_pair(ACCOUNT_MANUAL_LOGOFF_EVT, new (std::nothrow) LogoffAction(ACCOUNT_STATE_UNBOUND))} in OnInitialize()