Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp26 std::mutex StrongAuthManger::instanceLock_;
27 sptr<StrongAuthManger> StrongAuthManger::instance_;
34 StrongAuthManger::StrongAuthManger() {} in StrongAuthManger() function in OHOS::ScreenLock::StrongAuthManger
36 StrongAuthManger::~StrongAuthManger() {} in ~StrongAuthManger()
38 StrongAuthManger::authTimer::authTimer() in authTimer()
43 StrongAuthManger::authTimer::authTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle) in authTimer()
57 StrongAuthManger
[all...]
H A Dscreenlock_system_ability.cpp112 StrongAuthManger::GetInstance()->StartStrongAuthTimer(id); in OnAccountsChanged()
176 StrongAuthManger::GetInstance()->RegistUserAuthSuccessEventListener(); in OnAddSystemAbility()
243 StrongAuthManger::GetInstance()->UnRegistUserAuthSuccessEventListener(); in OnStop()
244 StrongAuthManger::GetInstance()->DestroyAllStrongAuthTimer(); in OnStop()
605 StrongAuthManger::GetInstance()->SetStrongAuthStat(userId, reasonFlag); in RequestStrongAuth()
612 reasonFlag = StrongAuthManger::GetInstance()->GetStrongAuthStat(userId); in GetStrongAuth()
/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h32 class StrongAuthManger : public RefBase { class
34 SCREENLOCK_API static sptr<StrongAuthManger> GetInstance();
36 StrongAuthManger();
37 ~StrongAuthManger() override;
81 static sptr<StrongAuthManger> instance_;
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_strongauth_test.cpp59 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance(); in HWTEST_F()
84 StrongAuthManger::authTimer timer(true, 1000, true, true); in HWTEST_F()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockauthmanager_fuzzer/
H A Dscreenlockauthmanager_fuzzer.cpp35 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance(); in FuzzScreenlockAuthManager()

Completed in 3 milliseconds