Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h47 void SetScreenlocked(bool isScreenlocked) in SetScreenlocked() function
162 void SetScreenlocked(bool isScreenlocked);
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp595 void ScreenLockSystemAbility::SetScreenlocked(bool isScreenlocked) in SetScreenlocked() function in OHOS::ScreenLock::ScreenLockSystemAbility
598 stateValue_.SetScreenlocked(isScreenlocked); in SetScreenlocked()
661 SetScreenlocked(true); in LockScreenEvent()
683 SetScreenlocked(false); in UnlockScreenEvent()
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp68 ScreenLockSystemAbility::GetInstance()->SetScreenlocked(true);
H A Dscreenlock_service_test.cpp406 ScreenLockSystemAbility::GetInstance()->stateValue_.SetScreenlocked(true);
411 ScreenLockSystemAbility::GetInstance()->stateValue_.SetScreenlocked(false);