Home
last modified time | relevance | path

Searched refs:authTimer (Results 1 - 3 of 3) sorted by relevance

/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp38 StrongAuthManger::authTimer::authTimer() in authTimer() function in OHOS::ScreenLock::StrongAuthManger::authTimer
43 StrongAuthManger::authTimer::authTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle) in authTimer() function in OHOS::ScreenLock::StrongAuthManger::authTimer
57 StrongAuthManger::authTimer::~authTimer() {} in ~authTimer()
59 void StrongAuthManger::authTimer::OnTrigger() in OnTrigger()
67 void StrongAuthManger::authTimer::SetType(const int &type) in SetType()
72 void StrongAuthManger::authTimer::SetRepeat(bool repeat) in SetRepeat()
77 void StrongAuthManger::authTimer
[all...]
/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h59 class authTimer : public MiscServices::ITimerInfo { class in OHOS::ScreenLock::StrongAuthManger
61 authTimer();
62 authTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle = false);
63 virtual ~authTimer();
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_strongauth_test.cpp84 StrongAuthManger::authTimer timer(true, 1000, true, true); in HWTEST_F()

Completed in 2 milliseconds