Home
last modified time | relevance | path

Searched defs:isScreenLocked (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/screen_lock/
H A Dunlock_screen_manager.cpp53 bool isScreenLocked = OHOS::ScreenLock::ScreenLockManager::GetInstance()->IsScreenLocked(); in UnlockScreen() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp149 bool isScreenLocked = ScreenManager::GetInstance()->IsLocked(); in CloseStore() local
182 bool isScreenLocked = ScreenManager::GetInstance()->IsLocked(); in CloseExcept() local
216 bool isScreenLocked = ScreenManager::GetInstance()->IsLocked(); in GarbageCollect() local
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp74 bool isScreenLocked = IsScreenLocked(); in CheckScreenState() local
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp105 bool isScreenLocked = IsScreenLocked(); in OnIsScreenLocked() local
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1050 bool isScreenLocked = DISPLAY_MONITOR->GetScreenLocked(); in CheckSpecialRepeatKey() local
2068 bool isScreenLocked = DISPLAY_MONITOR->GetScreenLocked(); in HandleMatchedSequence() local
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1245 bool isScreenLocked = false; in SwitchByCombinationKey() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp134 auto isScreenLocked = OHOS::ScreenLock::ScreenLockManager::GetInstance()->IsScreenLocked(); in InitScreenStatus() local
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2668 bool isScreenLocked = false; in OnSetScreenLocked() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5651 void SceneSessionManager::SetScreenLocked(const bool isScreenLocked) in SetScreenLocked()