Home
last modified time | relevance | path

Searched refs:StrongAuthManger (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp25 std::mutex StrongAuthManger::instanceLock_;
26 sptr<StrongAuthManger> StrongAuthManger::instance_;
32 StrongAuthManger::StrongAuthManger() {} in StrongAuthManger() function in OHOS::ScreenLock::StrongAuthManger
34 StrongAuthManger::~StrongAuthManger() {} in ~StrongAuthManger()
36 StrongAuthManger::authTimer::authTimer() in authTimer()
55 StrongAuthManger::authTimer::~authTimer() {} in ~authTimer()
57 void StrongAuthManger::authTimer::OnTrigger() in OnTrigger()
90 int32_t StrongAuthManger::authTimer::GetUserId() in GetUserId()
111 sptr<StrongAuthManger> StrongAuthManger::GetInstance() in GetInstance()
116 instance_ = new StrongAuthManger; in GetInstance()
[all …]
H A Dscreenlock_system_ability.cpp112 StrongAuthManger::GetInstance()->StartStrongAuthTimer(id); in OnAccountsChanged()
176 StrongAuthManger::GetInstance()->RegistUserAuthSuccessEventListener(); in OnAddSystemAbility()
242 StrongAuthManger::GetInstance()->UnRegistUserAuthSuccessEventListener(); in OnStop()
243 StrongAuthManger::GetInstance()->DestroyAllStrongAuthTimer(); in OnStop()
583 StrongAuthManger::GetInstance()->SetStrongAuthStat(userId, reasonFlag); in RequestStrongAuth()
590 reasonFlag = StrongAuthManger::GetInstance()->GetStrongAuthStat(userId); in GetStrongAuth()
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h32 class StrongAuthManger : public RefBase {
34 SCREENLOCK_API static sptr<StrongAuthManger> GetInstance();
36 StrongAuthManger();
37 ~StrongAuthManger() override;
81 static sptr<StrongAuthManger> instance_;
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_strongauth_test.cpp59 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance();
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockauthmanager_fuzzer/
H A Dscreenlockauthmanager_fuzzer.cpp35 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance(); in FuzzScreenlockAuthManager()