Searched refs:StrongAuthManger (Results 1 – 5 of 5) sorted by relevance
25 std::mutex StrongAuthManger::instanceLock_;26 sptr<StrongAuthManger> StrongAuthManger::instance_;32 StrongAuthManger::StrongAuthManger() {} in StrongAuthManger() function in OHOS::ScreenLock::StrongAuthManger34 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 …]
112 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()
32 class StrongAuthManger : public RefBase {34 SCREENLOCK_API static sptr<StrongAuthManger> GetInstance();36 StrongAuthManger();37 ~StrongAuthManger() override;81 static sptr<StrongAuthManger> instance_;
59 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance();
35 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance(); in FuzzScreenlockAuthManager()