Home
last modified time | relevance | path

Searched defs:isLocked (Results 26 – 50 of 61) sorted by relevance

123

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_stub_test.cpp179 bool isLocked = false; variable
556 bool isLocked = false; variable
H A Dscreen_session_manager_proxy_test.cpp1270 bool isLocked = true; variable
1291 bool isLocked = true; variable
1312 bool isLocked = true; variable
H A Dscreen_session_test.cpp35 void OnScreenRotationLockedChange(bool isLocked, ScreenId screenId) override {} in OnScreenRotationLockedChange()
1609 bool isLocked = true; variable
1625 bool isLocked = true; variable
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp94 bool isLocked = false; in OnIsLocked() local
H A Dscreenlock_system_ability.cpp437 int32_t ScreenLockSystemAbility::IsLocked(bool &isLocked) in IsLocked()
/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java377 public boolean isLocked() { in isLocked() method in TileServices
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager_proxy.cpp47 int32_t ScreenLockManagerProxy::IsLocked(bool &isLocked) in IsLocked()
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_client_proxy.cpp260 …id ScreenSessionManagerClientProxy::OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) in OnScreenRotationLockedChanged()
H A Dscreen_session_manager_client_stub.cpp193 auto isLocked = data.ReadBool(); in HandleOnScreenRotationLockedChanged() local
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp1283 bool isLocked = true; variable
1501 bool isLocked = true; variable
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp1646 DMError DisplayManagerProxy::IsScreenRotationLocked(bool& isLocked) in IsScreenRotationLocked()
1670 DMError DisplayManagerProxy::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked()
1697 DMError DisplayManagerProxy::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs()
/ohos5.0/base/update/updater/test/unittest/flashd_test/
H A Dflashd_unittest.cpp460 bool isLocked = true; variable
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java286 final Boolean isLocked = isRotationLocked(); in setRotationLockedAtAngle() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp493 auto callback = [lockStatusObserver = lockStatusObserver_](bool isLocked) { in RegisterLockStatusLister()
603 auto callback = [lockStatusObserver = lockStatusObserver_](bool isLocked) { in SetProcessSystemApiAdapter()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp841 bool isLocked = false; in OnIsScreenRotationLocked() local
877 bool isLocked = false; in OnSetScreenRotationLocked() local
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DLog.java531 String isLocked = sLock != null ? (Thread.holdsLock(sLock) ? "\uD83D\uDD12" : "❗") : ""; in buildMessage() local
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp220 void ScreenSessionManagerClient::OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) in OnScreenRotationLockedChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp720 void ScreenSession::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked()
731 void ScreenSession::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp174 bool isLocked() const in isLocked() function in OHOS::HiviewDFX::PropertyTypeLocker
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt784 val isLocked = !keyguardStateController.isUnlocked() regex
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_proxy.cpp1700 DMError OHOS::Rosen::ScreenSessionManagerProxy::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked()
1727 DMError OHOS::Rosen::ScreenSessionManagerProxy::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs()
1754 DMError OHOS::Rosen::ScreenSessionManagerProxy::IsScreenRotationLocked(bool& isLocked) in IsScreenRotationLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java785 public boolean isDismissableForState(boolean isLocked) { in isDismissableForState()
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp193 bool isLocked = false; in NAPI_IsLocked() local

123