Home
last modified time | relevance | path

Searched refs:GetStrongAuth (Results 1 - 12 of 12) sorted by relevance

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager_interface.h45 virtual int32_t GetStrongAuth(int32_t userId, int32_t &reasonFlag) = 0;
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp131 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 Dscreenlock_manager_proxy.cpp342 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 Dscreenlock_app_manager.h49 SCREENLOCK_API int32_t GetStrongAuth(int userId, int32_t &reasonFlag);
H A Dscreenlock_manager_proxy.h48 int32_t GetStrongAuth(int userId, int32_t &reasonFlag) override;
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp275 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 Dscreenlock_service_test.cpp630 ret = ScreenLockSystemAbility::GetInstance()->GetStrongAuth(userId, reasonFlag); in HWTEST_F()
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp170 int32_t ret = ScreenLockAppManager::GetInstance()->GetStrongAuth(userId, reasonFlag); in FuzzScreenlockGetStrongAuth()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h160 int32_t GetStrongAuth(int userId, int32_t &reasonFlag) override;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp255 int32_t retCode = GetStrongAuth(userId, reasonFlag); in OnGetStrongAuth()
H A Dscreenlock_system_ability.cpp610 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 Dnapi_screenlock_ability.cpp751 int32_t status = ScreenLockAppManager::GetInstance()->GetStrongAuth(userId, reasonFlag); in NAPI_GetStrongAuth()

Completed in 9 milliseconds