Home
last modified time | relevance | path

Searched refs:ScreenLockStrongAuthInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Dnapi_screenlock_ability.h77 struct ScreenLockStrongAuthInfo : public AsyncCall::Context { struct
82 ScreenLockStrongAuthInfo() in ScreenLockStrongAuthInfo() argument
85 ScreenLockStrongAuthInfo(InputAction input, OutputAction output) in ScreenLockStrongAuthInfo() argument
88 ~ScreenLockStrongAuthInfo() override{}; in ~ScreenLockStrongAuthInfo() argument
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp688 ScreenLockStrongAuthInfo *context = new ScreenLockStrongAuthInfo(); in NAPI_RequestStrongAuth()