Home
last modified time | relevance | path

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

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