Home
last modified time | relevance | path

Searched refs:STATE_BOOTING (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Duser_controller.h34 STATE_BOOTING = 0, enumerator
51 UserState curState_ = STATE_BOOTING;
52 UserState lastState_ = STATE_BOOTING;
/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H A Duser_controller_test.cpp76 item.SetState(UserState::STATE_BOOTING); in HWTEST_F()
77 EXPECT_TRUE(item.GetState() == UserState::STATE_BOOTING); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_controller.cpp130 if (state == STATE_BOOTING) { in StartUser()

Completed in 2 milliseconds