/ohos5.0/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_service_test.cpp | 407 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 D | screenlock_client_test.cpp | 69 bool isLocked = ScreenLockSystemAbility::GetInstance()->IsScreenLocked(); variable
|
/ohos5.0/foundation/multimodalinput/input/service/display_state_manager/include/ |
H A D | display_event_monitor.h | 56 void SetScreenLocked(bool isLocked) in SetScreenLocked()
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 470 bool isLocked = true; variable 482 bool isLocked = true; variable 494 bool isLocked = true; variable
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 357 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 D | display_manager_service.cpp | 781 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 D | screen_rotation_controller.cpp | 59 DMError ScreenRotationController::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked()
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_manager.cpp | 51 int32_t ScreenLockManager::IsLocked(bool &isLocked) in IsLocked()
|
H A D | screenlock_manager_proxy.cpp | 47 int32_t ScreenLockManagerProxy::IsLocked(bool &isLocked) in IsLocked()
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 461 bool isLocked = false; variable 477 bool isLocked = false; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | runtime_context_process_system_api_adapter_impl_test.cpp | 200 bool isLocked = RuntimeContext::GetInstance()->IsAccessControlled(); variable
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_proxy_test.cpp | 169 bool isLocked = false; variable
|
H A D | screen_session_manager_client_test.cpp | 656 bool isLocked = false; variable 670 bool isLocked = true; variable
|
H A D | screen_session_manager_client_stub_test.cpp | 179 bool isLocked = false; variable 556 bool isLocked = false; variable
|
/ohos5.0/base/update/updater/services/flashd/daemon/ |
H A D | daemon_updater.cpp | 194 bool isLocked = true; in IsDeviceLocked() local
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen_manager.cpp | 602 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 D | display_manager_adapter.cpp | 253 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 D | screen_session_manager_interface.h | 63 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 D | screenlockmanager_fuzzer.cpp | 82 bool isLocked = static_cast<bool>(rawData[0] % 2); in IsLockedFuzzTest() local
|
/ohos5.0/foundation/arkui/napi/test/unittest/jsvm/ |
H A D | test_jsvm.cpp | 471 bool isLocked = false; variable 477 bool isLocked = false; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine_manager.cpp | 173 bool isLocked = *static_cast<bool *>(lockStatus); in RegisterLockStatusListener() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 502 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 D | screenlock_manager_stub.cpp | 94 bool isLocked = false; in OnIsLocked() local
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 356 bool isLocked = source.GetObject<bool>(); in ProxyInterfaceFuzzTestPart4() local
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_session.cpp | 197 bool isLocked = true; in OnSetScreenRotationLocked() local 598 void JsScreenSession::OnScreenRotationLockedChange(bool isLocked, ScreenId screenId) in OnScreenRotationLockedChange()
|