/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_manager.cpp | 129 int32_t ScreenLockManager::RequestStrongAuth(int reasonFlag, int32_t userId) in RequestStrongAuth() function in OHOS::ScreenLock::ScreenLockManager 133 SCLOCK_HILOGE("RequestStrongAuth quit because GetProxy failed."); in RequestStrongAuth() 136 return proxy->RequestStrongAuth(reasonFlag, userId); in RequestStrongAuth()
|
H A D | screenlock_app_manager.cpp | 117 int32_t ScreenLockAppManager::RequestStrongAuth(int reasonFlag, int32_t userId) in RequestStrongAuth() function in OHOS::ScreenLock::ScreenLockAppManager 119 SCLOCK_HILOGD("ScreenLockAppManager::RequestStrongAuth in"); in RequestStrongAuth() 122 SCLOCK_HILOGE("ScreenLockAppManager::RequestStrongAuth quit because redoing GetProxy failed."); in RequestStrongAuth() 125 int32_t status = proxy->RequestStrongAuth(reasonFlag, userId); in RequestStrongAuth() 126 SCLOCK_HILOGD("ScreenLockAppManager::RequestStrongAuth out, status=%{public}d", status); in RequestStrongAuth()
|
H A D | screenlock_manager_proxy.cpp | 321 int32_t ScreenLockManagerProxy::RequestStrongAuth(int reasonFlag, int32_t userId) in RequestStrongAuth() function in OHOS::ScreenLock::ScreenLockManagerProxy 333 SCLOCK_HILOGE("ScreenLockManagerProxy RequestStrongAuth, ret = %{public}d", ret); in RequestStrongAuth() 337 SCLOCK_HILOGD("ScreenLockManagerProxy RequestStrongAuth end retCode is %{public}d.", retCode); in RequestStrongAuth()
|
/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_manager.h | 53 SCREENLOCK_API int32_t RequestStrongAuth(int reasonFlag, int32_t userId);
|
H A D | screenlock_manager_interface.h | 44 virtual int32_t RequestStrongAuth(int reasonFlag, int32_t userId) = 0;
|
/base/theme/screenlock_mgr/frameworks/native/include/ |
H A D | screenlock_app_manager.h | 48 SCREENLOCK_API int32_t RequestStrongAuth(int reasonFlag, int32_t userId);
|
H A D | screenlock_manager_proxy.h | 47 int32_t RequestStrongAuth(int reasonFlag, int32_t userId) override;
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_client_test.cpp | 269 SCLOCK_HILOGD("Test RequestStrongAuth."); in HWTEST_F() 272 int32_t result = ScreenLockAppManager::GetInstance()->RequestStrongAuth(1, userId); in HWTEST_F() 273 SCLOCK_HILOGD("RequestStrongAuth.[result]:%{public}d", result); in HWTEST_F() 319 * @tc.desc: Test RequestStrongAuth. 329 int32_t result = proxy->RequestStrongAuth(1, userId); in HWTEST_F() 330 SCLOCK_HILOGD("RequestStrongAuth.[result]:%{public}d", result); in HWTEST_F()
|
H A D | screenlock_service_test.cpp | 617 * @tc.desc: Test RequestStrongAuth.
624 SCLOCK_HILOGD("Test RequestStrongAuth.");
in HWTEST_F() 628 int32_t ret = ScreenLockSystemAbility::GetInstance()->RequestStrongAuth(reasonFlag, userId);
in HWTEST_F() 638 * @tc.desc: Test RequestStrongAuth.
645 SCLOCK_HILOGD("Test RequestStrongAuth.");
in HWTEST_F()
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
H A D | screenlockmanager_fuzzer.cpp | 159 int32_t ret = ScreenLockAppManager::GetInstance()->RequestStrongAuth(reasonFlag, userId); in FuzzScreenlockRequestStrongAuth()
|
/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 159 int32_t RequestStrongAuth(int reasonFlag, int32_t userId) override;
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 246 int32_t retCode = RequestStrongAuth(reasonFlag, userId); in OnRequestStrongAuth()
|
H A D | screenlock_system_ability.cpp | 598 int32_t ScreenLockSystemAbility::RequestStrongAuth(int reasonFlag, int32_t userId) in RequestStrongAuth() function in OHOS::ScreenLock::ScreenLockSystemAbility 600 SCLOCK_HILOGI("RequestStrongAuth reasonFlag=%{public}d ,userId=%{public}d", reasonFlag, userId); in RequestStrongAuth()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 713 int32_t retCode = ScreenLockAppManager::GetInstance()->RequestStrongAuth(context->reasonFlag, in NAPI_RequestStrongAuth()
|