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