/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_app_manager.cpp | 91 int32_t ScreenLockAppManager::SetScreenLockAuthState(int authState, int32_t userId, std::string &au… in SetScreenLockAuthState() function in OHOS::ScreenLock::ScreenLockAppManager 99 int32_t status = proxy->SetScreenLockAuthState(authState, userId, authToken); in SetScreenLockAuthState()
|
H A D | screenlock_manager_proxy.cpp | 280 int32_t ScreenLockManagerProxy::SetScreenLockAuthState(int authState, int32_t userId, std::string &… in SetScreenLockAuthState() function in OHOS::ScreenLock::ScreenLockManagerProxy
|
/ohos5.0/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_manager_interface.h | 42 … virtual int32_t SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) = 0;
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/ |
H A D | screenlock_app_manager.h | 46 …SCREENLOCK_API int32_t SetScreenLockAuthState(int authState, int32_t userId, std::string &authToke…
|
H A D | screenlock_manager_proxy.h | 45 int32_t SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) override;
|
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
H A D | screenlockmanager_fuzzer.cpp | 137 …int32_t ret = ScreenLockAppManager::GetInstance()->SetScreenLockAuthState(authState, userId, authT… in FuzzScreenlockSetAuthState()
|
/ohos5.0/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_client_test.cpp | 253 int32_t result = proxy->SetScreenLockAuthState(1, userId, authtoken);
|
H A D | screenlock_service_test.cpp | 633 …int32_t ret = ScreenLockSystemAbility::GetInstance()->SetScreenLockAuthState(1, userId, authtoken);
|
/ohos5.0/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 157 int32_t SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) override;
|
/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 224 int32_t retCode = SetScreenLockAuthState(authState, userId, authToken); in OnSetScreenLockAuthState()
|
H A D | screenlock_system_ability.cpp | 555 int32_t ScreenLockSystemAbility::SetScreenLockAuthState(int authState, int32_t userId, std::string … in SetScreenLockAuthState() function in OHOS::ScreenLock::ScreenLockSystemAbility
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 635 … int32_t retCode = ScreenLockAppManager::GetInstance()->SetScreenLockAuthState(context->authState, in NAPI_SetScreenLockAuthState()
|