Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/interfaces/kits/napi/include/
Dnapi_screenlock_ability.h25 struct AsyncScreenLockInfo : public AsyncCall::Context { struct
28 AsyncScreenLockInfo() : Context(nullptr, nullptr), allowed(false) {}; in AsyncScreenLockInfo() argument
29 AsyncScreenLockInfo(InputAction input, OutputAction output) in AsyncScreenLockInfo() function
31 ~AsyncScreenLockInfo() override{}; in ~AsyncScreenLockInfo() argument