/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_app_manager.cpp | 104 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 D | screenlock_manager_proxy.cpp | 301 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 D | screenlock_manager_interface.h | 43 virtual int32_t GetScreenLockAuthState(int userId, int32_t &authState) = 0;
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/ |
H A D | screenlock_app_manager.h | 47 SCREENLOCK_API int32_t GetScreenLockAuthState(int userId, int32_t &authState);
|
H A D | screenlock_manager_proxy.h | 46 int32_t GetScreenLockAuthState(int userId, int32_t &authState) override;
|
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
H A D | screenlockmanager_fuzzer.cpp | 148 int32_t ret = ScreenLockAppManager::GetInstance()->GetScreenLockAuthState(userId, authState); in FuzzScreenlockGetAuthState()
|
/ohos5.0/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_client_test.cpp | 256 result = proxy->GetScreenLockAuthState(userId, authState);
|
H A D | screenlock_service_test.cpp | 637 ScreenLockSystemAbility::GetInstance()->GetScreenLockAuthState(userId, authState);
|
/ohos5.0/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 158 int32_t GetScreenLockAuthState(int userId, int32_t &authState) override;
|
/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 234 int32_t retCode = GetScreenLockAuthState(userId, authState); in OnGetScreenLockAuthState()
|
H A D | screenlock_system_ability.cpp | 567 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 D | napi_screenlock_ability.cpp | 673 int32_t status = ScreenLockAppManager::GetInstance()->GetScreenLockAuthState(userId, authState); in NAPI_GetScreenLockAuthState()
|