Home
last modified time | relevance | path

Searched refs:SetInteractiveState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp326 …stateValue_.SetInteractiveState(static_cast<int32_t>(InteractiveState::INTERACTIVE_STATE_BEGIN_WAK… in OnWakeUp()
328 …stateValue_.SetInteractiveState(static_cast<int32_t>(InteractiveState::INTERACTIVE_STATE_END_WAKEU… in OnWakeUp()
338 …stateValue_.SetInteractiveState(static_cast<int32_t>(InteractiveState::INTERACTIVE_STATE_BEGIN_SLE… in OnSleep()
340 …stateValue_.SetInteractiveState(static_cast<int32_t>(InteractiveState::INTERACTIVE_STATE_END_SLEEP… in OnSleep()
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h72 void SetInteractiveState(int32_t interactiveState) in SetInteractiveState() function