Home
last modified time | relevance | path

Searched refs:AsyncScreenLockInfo (Results 1 - 2 of 2) sorted by relevance

/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{};
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp168 AsyncScreenLockInfo *context = new AsyncScreenLockInfo(); in NAPI_IsScreenLocked()
400 AsyncScreenLockInfo *context = new AsyncScreenLockInfo(); in NAPI_IsSecureMode()

Completed in 3 milliseconds