Home
last modified time | relevance | path

Searched refs:SetScreenlocked (Results 1 – 4 of 4) sorted by relevance

/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp471 SetScreenlocked(true); in SendScreenLockEvent()
479 void ScreenLockSystemAbility::SetScreenlocked(bool isScreenlocked) in SetScreenlocked() function in OHOS::ScreenLock::ScreenLockSystemAbility
482 stateValue_.SetScreenlocked(isScreenlocked); in SetScreenlocked()
545 SetScreenlocked(true); in LockScreenEvent()
548 SetScreenlocked(false); in LockScreenEvent()
570 SetScreenlocked(false); in UnlockScreenEvent()
573 SetScreenlocked(true); in UnlockScreenEvent()
/base/theme/screenlock_mgr/services/include/
Dscreenlock_system_ability.h44 void SetScreenlocked(bool isScreenlocked) in SetScreenlocked() function
145 void SetScreenlocked(bool isScreenlocked);
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_client_test.cpp68 ScreenLockSystemAbility::GetInstance()->SetScreenlocked(true);
Dscreenlock_service_test.cpp419 ScreenLockSystemAbility::GetInstance()->stateValue_.SetScreenlocked(true);
424 ScreenLockSystemAbility::GetInstance()->stateValue_.SetScreenlocked(false);