Home
last modified time | relevance | path

Searched refs:IsLocked (Results 1 – 11 of 11) sorted by relevance

/base/theme/screenlock_mgr/services/include/
Dscreenlock_manager_interface.h31 virtual int32_t IsLocked(bool &isLocked) = 0;
Dscreenlock_system_ability.h136 int32_t IsLocked(bool &isLocked) override;
/base/theme/screenlock_mgr/frameworks/native/src/
Dscreenlock_manager.cpp55 int32_t ScreenLockManager::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockManager
62 return proxy->IsLocked(isLocked); in IsLocked()
Dscreenlock_manager_proxy.cpp47 int32_t ScreenLockManagerProxy::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockManagerProxy
/base/theme/screenlock_mgr/frameworks/native/include/
Dscreenlock_manager_proxy.h34 int32_t IsLocked(bool &isLocked) override;
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_service_test.cpp507 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked);
523 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked);
539 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked);
556 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked);
582 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked);
615 ScreenLockSystemAbility::GetInstance()->IsLocked(isLocked);
/base/theme/screenlock_mgr/interfaces/inner_api/include/
Dscreenlock_manager.h43 SCREENLOCK_API int32_t IsLocked(bool &isLocked);
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
Dscreenlockmanager_fuzzer.cpp83 int32_t ret = ScreenLockManager::GetInstance()->IsLocked(isLocked); in IsLockedFuzzTest()
/base/theme/screenlock_mgr/services/src/
Dscreenlock_manager_stub.cpp77 int32_t ret = IsLocked(isLocked); in OnIsLocked()
Dscreenlock_system_ability.cpp393 int32_t ScreenLockSystemAbility::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockSystemAbility
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp170 int32_t status = ScreenLockManager::GetInstance()->IsLocked(isLocked); in NAPI_IsLocked()