Home
last modified time | relevance | path

Searched refs:RequestStrongAuth (Results 1 - 14 of 14) sorted by relevance

/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp129 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 Dscreenlock_app_manager.cpp117 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 Dscreenlock_manager_proxy.cpp321 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 Dscreenlock_manager.h53 SCREENLOCK_API int32_t RequestStrongAuth(int reasonFlag, int32_t userId);
H A Dscreenlock_manager_interface.h44 virtual int32_t RequestStrongAuth(int reasonFlag, int32_t userId) = 0;
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h48 SCREENLOCK_API int32_t RequestStrongAuth(int reasonFlag, int32_t userId);
H A Dscreenlock_manager_proxy.h47 int32_t RequestStrongAuth(int reasonFlag, int32_t userId) override;
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp269 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 Dscreenlock_service_test.cpp617 * @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 Dscreenlockmanager_fuzzer.cpp159 int32_t ret = ScreenLockAppManager::GetInstance()->RequestStrongAuth(reasonFlag, userId); in FuzzScreenlockRequestStrongAuth()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h159 int32_t RequestStrongAuth(int reasonFlag, int32_t userId) override;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp246 int32_t retCode = RequestStrongAuth(reasonFlag, userId); in OnRequestStrongAuth()
H A Dscreenlock_system_ability.cpp598 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 Dnapi_screenlock_ability.cpp713 int32_t retCode = ScreenLockAppManager::GetInstance()->RequestStrongAuth(context->reasonFlag, in NAPI_RequestStrongAuth()

Completed in 10 milliseconds