Home
last modified time | relevance | path

Searched refs:IsLocked (Results 1 - 12 of 12) sorted by relevance

/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp51 int32_t ScreenLockManager::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockManager
55 SCLOCK_HILOGE("IsLocked quit because GetScreenLockManagerProxy failed."); in IsLocked()
58 return proxy->IsLocked(isLocked); in IsLocked()
H A Dscreenlock_manager_proxy.cpp47 int32_t ScreenLockManagerProxy::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockManagerProxy
52 SCLOCK_HILOGE("IsLocked, ret = %{public}d", ret); in IsLocked()
57 SCLOCK_HILOGE("IsLocked, errCode = %{public}d", errCode); in IsLocked()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager.h48 SCREENLOCK_API int32_t IsLocked(bool &isLocked);
H A Dscreenlock_manager_interface.h31 virtual int32_t IsLocked(bool &isLocked) = 0;
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp470 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked); in HWTEST_F()
486 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked); in HWTEST_F()
503 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked); in HWTEST_F()
525 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked); in HWTEST_F()
558 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked); in HWTEST_F()
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_manager_proxy.h34 int32_t IsLocked(bool &isLocked) override;
/base/security/code_signature/services/key_enable/utils/src/
H A Dunlock_event_helper.cpp59 if (ScreenLock::ScreenLockManager::GetInstance()->IsLocked(lockStatus) == ScreenLock::E_SCREENLOCK_OK) { in CheckUserUnlockByScreenLockManager()
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp83 int32_t ret = ScreenLockManager::GetInstance()->IsLocked(isLocked); in IsLockedFuzzTest()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h147 int32_t IsLocked(bool &isLocked) override;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp94 int32_t ret = IsLocked(isLocked); in OnIsLocked()
H A Dscreenlock_system_ability.cpp437 int32_t ScreenLockSystemAbility::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockSystemAbility
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp194 int32_t status = ScreenLockManager::GetInstance()->IsLocked(isLocked); in NAPI_IsLocked()

Completed in 14 milliseconds