Home
last modified time | relevance | path

Searched refs:SetScreenLockAuthState (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp91 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 Dscreenlock_manager_proxy.cpp280 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 Dscreenlock_manager_interface.h42 … virtual int32_t SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) = 0;
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h46 …SCREENLOCK_API int32_t SetScreenLockAuthState(int authState, int32_t userId, std::string &authToke…
H A Dscreenlock_manager_proxy.h45 int32_t SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) override;
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp137 …int32_t ret = ScreenLockAppManager::GetInstance()->SetScreenLockAuthState(authState, userId, authT… in FuzzScreenlockSetAuthState()
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp253 int32_t result = proxy->SetScreenLockAuthState(1, userId, authtoken);
H A Dscreenlock_service_test.cpp633 …int32_t ret = ScreenLockSystemAbility::GetInstance()->SetScreenLockAuthState(1, userId, authtoken);
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h157 int32_t SetScreenLockAuthState(int authState, int32_t userId, std::string &authToken) override;
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp224 int32_t retCode = SetScreenLockAuthState(authState, userId, authToken); in OnSetScreenLockAuthState()
H A Dscreenlock_system_ability.cpp555 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 Dnapi_screenlock_ability.cpp635 … int32_t retCode = ScreenLockAppManager::GetInstance()->SetScreenLockAuthState(context->authState, in NAPI_SetScreenLockAuthState()