Searched refs:ACCOUNT_MANUAL_LOGOUT_EVT (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/ |
H A D | account_state_machine_test.cpp | 219 EXPECT_EQ(true, stateMachine.StateChangeProcess(ACCOUNT_MANUAL_LOGOUT_EVT)); 309 EXPECT_EQ(true, stateMachine.StateChangeProcess(ACCOUNT_MANUAL_LOGOUT_EVT)); 346 EXPECT_EQ(true, stateMachine.StateChangeProcess(ACCOUNT_MANUAL_LOGOUT_EVT)); 383 EXPECT_EQ(true, stateMachine.StateChangeProcess(ACCOUNT_MANUAL_LOGOUT_EVT)); 427 EXPECT_EQ(true, stateMachine.StateChangeProcess(ACCOUNT_MANUAL_LOGOUT_EVT)); 494 EXPECT_EQ(true, stateMachine.StateChangeProcess(ACCOUNT_MANUAL_LOGOUT_EVT)); 531 EXPECT_EQ(true, stateMachine.StateChangeProcess(ACCOUNT_MANUAL_LOGOUT_EVT));
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ |
H A D | account_state_machine.cpp | 45 std::make_pair(ACCOUNT_MANUAL_LOGOUT_EVT, nullptr), in OnInitialize() 66 … std::make_pair(ACCOUNT_MANUAL_LOGOUT_EVT, new (std::nothrow) LogoutAction(ACCOUNT_STATE_UNBOUND)), in OnInitialize()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/ |
H A D | account_info.h | 69 ACCOUNT_MANUAL_LOGOUT_EVT, // account logout manually enumerator
|