Home
last modified time | relevance | path

Searched refs:GetScreenLockAuthState (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp104 int32_t ScreenLockAppManager::GetScreenLockAuthState(int userId, int32_t &authState) in GetScreenLockAuthState() function in OHOS::ScreenLock::ScreenLockAppManager
112 int32_t status = proxy->GetScreenLockAuthState(userId, authState); in GetScreenLockAuthState()
H A Dscreenlock_manager_proxy.cpp301 int32_t ScreenLockManagerProxy::GetScreenLockAuthState(int userId, int32_t &authState) in GetScreenLockAuthState() function in OHOS::ScreenLock::ScreenLockManagerProxy
/ohos5.0/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager_interface.h43 virtual int32_t GetScreenLockAuthState(int userId, int32_t &authState) = 0;
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h47 SCREENLOCK_API int32_t GetScreenLockAuthState(int userId, int32_t &authState);
H A Dscreenlock_manager_proxy.h46 int32_t GetScreenLockAuthState(int userId, int32_t &authState) override;
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp148 int32_t ret = ScreenLockAppManager::GetInstance()->GetScreenLockAuthState(userId, authState); in FuzzScreenlockGetAuthState()
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp256 result = proxy->GetScreenLockAuthState(userId, authState);
H A Dscreenlock_service_test.cpp637 ScreenLockSystemAbility::GetInstance()->GetScreenLockAuthState(userId, authState);
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h158 int32_t GetScreenLockAuthState(int userId, int32_t &authState) override;
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp234 int32_t retCode = GetScreenLockAuthState(userId, authState); in OnGetScreenLockAuthState()
H A Dscreenlock_system_ability.cpp567 int32_t ScreenLockSystemAbility::GetScreenLockAuthState(int userId, int32_t &authState) in GetScreenLockAuthState() function in OHOS::ScreenLock::ScreenLockSystemAbility
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp673 int32_t status = ScreenLockAppManager::GetInstance()->GetScreenLockAuthState(userId, authState); in NAPI_GetScreenLockAuthState()