Home
last modified time | relevance | path

Searched defs:isLocked (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp407 bool isLocked = ScreenLockSystemAbility::GetInstance()->IsScreenLocked(); variable
449 bool isLocked = ScreenLockSystemAbility::GetInstance()->IsScreenLocked(); variable
464 bool isLocked = ScreenLockSystemAbility::GetInstance()->IsScreenLocked(); variable
479 bool isLocked = ScreenLockSystemAbility::GetInstance()->IsScreenLocked(); variable
494 bool isLocked; variable
510 bool isLocked; variable
527 bool isLocked; variable
549 bool isLocked; variable
582 bool isLocked; variable
H A Dscreenlock_client_test.cpp69 bool isLocked = ScreenLockSystemAbility::GetInstance()->IsScreenLocked(); variable
/ohos5.0/foundation/multimodalinput/input/service/display_state_manager/include/
H A Ddisplay_event_monitor.h56 void SetScreenLocked(bool isLocked) in SetScreenLocked()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp470 bool isLocked = true; variable
482 bool isLocked = true; variable
494 bool isLocked = true; variable
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp357 bool isLocked = false; in OnRemoteRequest() local
364 bool isLocked = static_cast<bool>(data.ReadBool()); in OnRemoteRequest() local
370 bool isLocked = static_cast<bool>(data.ReadBool()); in OnRemoteRequest() local
H A Ddisplay_manager_service.cpp781 DMError DisplayManagerService::IsScreenRotationLocked(bool& isLocked) in IsScreenRotationLocked()
791 DMError DisplayManagerService::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked()
800 DMError DisplayManagerService::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs()
H A Dscreen_rotation_controller.cpp59 DMError ScreenRotationController::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked()
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp51 int32_t ScreenLockManager::IsLocked(bool &isLocked) in IsLocked()
H A Dscreenlock_manager_proxy.cpp47 int32_t ScreenLockManagerProxy::IsLocked(bool &isLocked) in IsLocked()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp461 bool isLocked = false; variable
477 bool isLocked = false; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Druntime_context_process_system_api_adapter_impl_test.cpp200 bool isLocked = RuntimeContext::GetInstance()->IsAccessControlled(); variable
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_proxy_test.cpp169 bool isLocked = false; variable
H A Dscreen_session_manager_client_test.cpp656 bool isLocked = false; variable
670 bool isLocked = true; variable
H A Dscreen_session_manager_client_stub_test.cpp179 bool isLocked = false; variable
556 bool isLocked = false; variable
/ohos5.0/base/update/updater/services/flashd/daemon/
H A Ddaemon_updater.cpp194 bool isLocked = true; in IsDeviceLocked() local
/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp602 DMError ScreenManager::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked()
607 DMError ScreenManager::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs()
612 DMError ScreenManager::IsScreenRotationLocked(bool& isLocked) in IsScreenRotationLocked()
H A Ddisplay_manager_adapter.cpp253 DMError ScreenManagerAdapter::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked()
260 DMError ScreenManagerAdapter::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs()
267 DMError ScreenManagerAdapter::IsScreenRotationLocked(bool& isLocked) in IsScreenRotationLocked()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_interface.h63 virtual DMError SetScreenRotationLocked(bool isLocked) override { return DMError::DM_OK; } in SetScreenRotationLocked()
64 virtual DMError SetScreenRotationLockedFromJs(bool isLocked) override { return DMError::DM_OK; } in SetScreenRotationLockedFromJs()
65 virtual DMError IsScreenRotationLocked(bool& isLocked) override { return DMError::DM_OK; } in IsScreenRotationLocked()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp82 bool isLocked = static_cast<bool>(rawData[0] % 2); in IsLockedFuzzTest() local
/ohos5.0/foundation/arkui/napi/test/unittest/jsvm/
H A Dtest_jsvm.cpp471 bool isLocked = false; variable
477 bool isLocked = false; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine_manager.cpp173 bool isLocked = *static_cast<bool *>(lockStatus); in RegisterLockStatusListener() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp502 bool isLocked = static_cast<bool>(data.ReadBool()); in OnRemoteRequest() local
508 bool isLocked = static_cast<bool>(data.ReadBool()); in OnRemoteRequest() local
514 bool isLocked = false; in OnRemoteRequest() local
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp94 bool isLocked = false; in OnIsLocked() local
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp356 bool isLocked = source.GetObject<bool>(); in ProxyInterfaceFuzzTestPart4() local
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp197 bool isLocked = true; in OnSetScreenRotationLocked() local
598 void JsScreenSession::OnScreenRotationLockedChange(bool isLocked, ScreenId screenId) in OnScreenRotationLockedChange()

12