Searched refs:IsLocked (Results 1 – 11 of 11) sorted by relevance
31 virtual int32_t IsLocked(bool &isLocked) = 0;
136 int32_t IsLocked(bool &isLocked) override;
55 int32_t ScreenLockManager::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockManager62 return proxy->IsLocked(isLocked); in IsLocked()
47 int32_t ScreenLockManagerProxy::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockManagerProxy
34 int32_t IsLocked(bool &isLocked) override;
507 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);
43 SCREENLOCK_API int32_t IsLocked(bool &isLocked);
83 int32_t ret = ScreenLockManager::GetInstance()->IsLocked(isLocked); in IsLockedFuzzTest()
77 int32_t ret = IsLocked(isLocked); in OnIsLocked()
393 int32_t ScreenLockSystemAbility::IsLocked(bool &isLocked) in IsLocked() function in OHOS::ScreenLock::ScreenLockSystemAbility
170 int32_t status = ScreenLockManager::GetInstance()->IsLocked(isLocked); in NAPI_IsLocked()