Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_state_machine.h51 class UnboundAction : public AccountStateAction {
56 explicit UnboundAction(int status) : AccountStateAction(status) {} in UnboundAction() function
61 ~UnboundAction() override {} in ~UnboundAction()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_state_machine.cpp68 …std::make_pair(ACCOUNT_MANUAL_UNBOUND_EVT, new (std::nothrow) UnboundAction(ACCOUNT_STATE_UNBOUND)… in OnInitialize()