Home
last modified time | relevance | path

Searched defs:AsyncScreenLockInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Dnapi_screenlock_ability.h24 struct AsyncScreenLockInfo : public AsyncCall::Context { struct
27 AsyncScreenLockInfo() : Context(nullptr, nullptr), allowed(false){}; in AsyncScreenLockInfo() function
28 AsyncScreenLockInfo(InputAction input, OutputAction output) in AsyncScreenLockInfo() function
30 ~AsyncScreenLockInfo() override{}; in ~AsyncScreenLockInfo() argument