/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_manager_interface.h | 45 virtual int32_t GetStrongAuth(int32_t userId, int32_t &reasonFlag) = 0;
|
/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_app_manager.cpp | 131 int32_t ScreenLockAppManager::GetStrongAuth(int userId, int32_t &reasonFlag) in GetStrongAuth() function in OHOS::ScreenLock::ScreenLockAppManager 133 SCLOCK_HILOGD("ScreenLockAppManager::GetStrongAuth in"); in GetStrongAuth() 136 SCLOCK_HILOGE("ScreenLockAppManager::GetStrongAuth quit because redoing GetProxy failed."); in GetStrongAuth() 139 int32_t status = proxy->GetStrongAuth(userId, reasonFlag); in GetStrongAuth() 140 SCLOCK_HILOGD("ScreenLockAppManager::GetStrongAuth out, status=%{public}d", status); in GetStrongAuth()
|
H A D | screenlock_manager_proxy.cpp | 342 int32_t ScreenLockManagerProxy::GetStrongAuth(int userId, int32_t &reasonFlag) in GetStrongAuth() function in OHOS::ScreenLock::ScreenLockManagerProxy 353 SCLOCK_HILOGE("ScreenLockManagerProxy GetStrongAuth, ret = %{public}d", ret); in GetStrongAuth() 358 SCLOCK_HILOGD("GetStrongAuth end retCode is %{public}d, %{public}d.", retCode, reasonFlag); in GetStrongAuth()
|
/base/theme/screenlock_mgr/frameworks/native/include/ |
H A D | screenlock_app_manager.h | 49 SCREENLOCK_API int32_t GetStrongAuth(int userId, int32_t &reasonFlag);
|
H A D | screenlock_manager_proxy.h | 48 int32_t GetStrongAuth(int userId, int32_t &reasonFlag) override;
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_client_test.cpp | 275 result = ScreenLockAppManager::GetInstance()->GetStrongAuth(userId, reasonFlag); in HWTEST_F() 276 SCLOCK_HILOGD("GetStrongAuth.[result]:%{public}d", result); in HWTEST_F() 332 result = proxy->GetStrongAuth(userId, reasonFlag); in HWTEST_F() 333 SCLOCK_HILOGD("GetStrongAuth.[result]:%{public}d", result); in HWTEST_F()
|
H A D | screenlock_service_test.cpp | 630 ret = ScreenLockSystemAbility::GetInstance()->GetStrongAuth(userId, reasonFlag);
in HWTEST_F()
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
H A D | screenlockmanager_fuzzer.cpp | 170 int32_t ret = ScreenLockAppManager::GetInstance()->GetStrongAuth(userId, reasonFlag); in FuzzScreenlockGetStrongAuth()
|
/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 160 int32_t GetStrongAuth(int userId, int32_t &reasonFlag) override;
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 255 int32_t retCode = GetStrongAuth(userId, reasonFlag); in OnGetStrongAuth()
|
H A D | screenlock_system_ability.cpp | 610 int32_t ScreenLockSystemAbility::GetStrongAuth(int userId, int32_t &reasonFlag) in GetStrongAuth() function in OHOS::ScreenLock::ScreenLockSystemAbility 613 SCLOCK_HILOGI("GetStrongAuth userId=%{public}d, reasonFlag=%{public}d", userId, reasonFlag); in GetStrongAuth()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 751 int32_t status = ScreenLockAppManager::GetInstance()->GetStrongAuth(userId, reasonFlag); in NAPI_GetStrongAuth()
|