Searched refs:LogoffAction (Results 1 - 2 of 2) sorted by relevance
/base/account/os_account/services/accountmgr/include/ | ||
H A D | account_state_machine.h | 99 class LogoffAction : public AccountStateAction {
class in OHOS::AccountSA::AccountStateMachine 104 explicit LogoffAction(int status) : AccountStateAction(status) {} in LogoffAction() function in OHOS::AccountSA::AccountStateMachine::LogoffAction 109 ~LogoffAction() override {} |
/base/account/os_account/services/accountmgr/src/ | ||
H A D | account_state_machine.cpp | 70 std::make_pair(ACCOUNT_MANUAL_LOGOFF_EVT, new (std::nothrow) LogoffAction(ACCOUNT_STATE_UNBOUND))}
in OnInitialize() |
Completed in 2 milliseconds