Home
last modified time | relevance | path

Searched refs:authmanager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_strongauth_test.cpp59 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance(); variable
60 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();
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockauthmanager_fuzzer/
H A Dscreenlockauthmanager_fuzzer.cpp35 auto authmanager = DelayedSingleton<StrongAuthManger>::GetInstance(); in FuzzScreenlockAuthManager() local
36 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()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authmanager_fuzzer/
H A DBUILD.gn18 import("../../unittest/authmanager.gni")
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/
H A DBUILD.gn17 import("unittest/authmanager.gni")