Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_state_machine.h99 class LogoffAction : public AccountStateAction {
104 explicit LogoffAction(int status) : AccountStateAction(status) {} in LogoffAction() function
109 ~LogoffAction() override {} in ~LogoffAction()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_state_machine.cpp70 … std::make_pair(ACCOUNT_MANUAL_LOGOFF_EVT, new (std::nothrow) LogoffAction(ACCOUNT_STATE_UNBOUND))} in OnInitialize()