Searched refs:authmanager (Results 1 – 4 of 4) sorted by relevance
59 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance(); variable60 if (authmanager == nullptr) {66 authmanager->RegistUserAuthSuccessEventListener();67 authmanager->StartStrongAuthTimer(userId);68 authmanager->GetTimerId(userId);69 authmanager->ResetStrongAuthTimer(userId);70 authmanager->DestroyStrongAuthTimer(userId);71 authmanager->DestroyAllStrongAuthTimer();72 authmanager->UnRegistUserAuthSuccessEventListener();
35 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance(); in FuzzScreenlockAuthManager() local36 if (authmanager == nullptr) { in FuzzScreenlockAuthManager()41 authmanager->RegistUserAuthSuccessEventListener(); in FuzzScreenlockAuthManager()42 authmanager->StartStrongAuthTimer(userId); in FuzzScreenlockAuthManager()43 authmanager->GetTimerId(userId); in FuzzScreenlockAuthManager()44 authmanager->ResetStrongAuthTimer(userId); in FuzzScreenlockAuthManager()45 authmanager->DestroyStrongAuthTimer(userId); in FuzzScreenlockAuthManager()46 authmanager->DestroyAllStrongAuthTimer(); in FuzzScreenlockAuthManager()47 authmanager->UnRegistUserAuthSuccessEventListener(); in FuzzScreenlockAuthManager()
18 import("../../unittest/authmanager.gni")
17 import("unittest/authmanager.gni")