Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h124 INTERACTIVE_STATE_END_SLEEP = 0, enumerator
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp289 EXPECT_EQ(retVal, static_cast<int>(InteractiveState::INTERACTIVE_STATE_END_SLEEP));
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp340 …ateValue_.SetInteractiveState(static_cast<int32_t>(InteractiveState::INTERACTIVE_STATE_END_SLEEP)); in OnSleep()