Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/frameworks/native/src/
Dscreenlock_callback_stub.cpp27 void ScreenLockCallbackStub::OnCallBack(int32_t screenLockResult) in OnCallBack()
41 int32_t screenLockResult = data.ReadInt32(); in OnRemoteRequest() local
/base/theme/screenlock_mgr/services/src/
Dscreenlock_callback_proxy.cpp27 void ScreenLockCallbackProxy::OnCallBack(int32_t screenLockResult) in OnCallBack()
Dscreenlock_system_ability.cpp718 void ScreenLockSystemAbility::NotifyUnlockListener(const int32_t screenLockResult) in NotifyUnlockListener()
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_callback_test.cpp43 void ScreenlockCallbackTest::OnCallBack(const int32_t screenLockResult) in OnCallBack()
/base/theme/screenlock_mgr/frameworks/js/napi/include/
Duv_queue.h34 int32_t screenLockResult = -1; member
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dscreenlock_callback.cpp99 void ScreenlockCallback::OnCallBack(const int32_t screenLockResult) in OnCallBack()