Home
last modified time | relevance | path

Searched refs:INTERACTIVE_STATE_END_WAKEUP (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h126 INTERACTIVE_STATE_END_WAKEUP = 2, enumerator
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp267 EXPECT_EQ(retVal, static_cast<int>(InteractiveState::INTERACTIVE_STATE_END_WAKEUP));
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp328 …teValue_.SetInteractiveState(static_cast<int32_t>(InteractiveState::INTERACTIVE_STATE_END_WAKEUP)); in OnWakeUp()