Home
last modified time | relevance | path

Searched refs:screenLockResult (Results 1 - 12 of 12) sorted by relevance

/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_callback_stub.cpp27 void ScreenLockCallbackStub::OnCallBack(int32_t screenLockResult) in OnCallBack() argument
41 int32_t screenLockResult = data.ReadInt32(); in OnRemoteRequest() local
42 OnCallBack(screenLockResult); in OnRemoteRequest()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_callback.cpp64 bool screenLockSuccess = callBackPtr->screenLockResult == SCREEN_SUCC; in UvWorkOnCallBack()
65 bool cancelUnlock = (callBackPtr->action == Action::UNLOCK && callBackPtr->screenLockResult == SCREEN_CANCEL); in UvWorkOnCallBack()
100 void ScreenlockCallback::OnCallBack(const int32_t screenLockResult) in OnCallBack() argument
107 if (screenLockResult == SCREEN_CANCEL) { in OnCallBack()
109 } else if (screenLockResult == SCREEN_FAIL) { in OnCallBack()
117 screenlockOnCallBack->screenLockResult = screenLockResult; in OnCallBack()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_callback_test.cpp43 void ScreenlockCallbackTest::OnCallBack(const int32_t screenLockResult) in OnCallBack() argument
45 SCLOCK_HILOGD("screenLockResult=%{public}d", screenLockResult); in OnCallBack()
H A Dscreenlock_callback_test.h36 void OnCallBack(const int32_t screenLockResult) override;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_callback_proxy.cpp27 void ScreenLockCallbackProxy::OnCallBack(int32_t screenLockResult) in OnCallBack() argument
29 SCLOCK_HILOGD("ScreenLockCallbackProxy::OnCallBack screenLockResult Start"); in OnCallBack()
37 if (!data.WriteInt32(screenLockResult)) { in OnCallBack()
38 SCLOCK_HILOGE("write screenLockResult failed"); in OnCallBack()
H A Dscreenlock_system_ability.cpp743 void ScreenLockSystemAbility::NotifyUnlockListener(const int32_t screenLockResult) in NotifyUnlockListener() argument
747 auto callback = [this, screenLockResult]() { in NotifyUnlockListener()
750 unlockVecListeners_[i]->OnCallBack(screenLockResult); in NotifyUnlockListener()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_callback_interface.h30 virtual void OnCallBack(int32_t screenLockResult) = 0;
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_callback_proxy.h29 void OnCallBack(int32_t screenLockResult) override;
H A Dscreenlock_system_ability.h211 void NotifyUnlockListener(const int32_t screenLockResult);
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_callback_stub.h31 SCREENLOCK_API void OnCallBack(int32_t screenLockResult) override;
/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Duv_queue.h34 int32_t screenLockResult = -1; member
H A Dscreenlock_callback.h28 void OnCallBack(const int32_t screenLockResult) override;

Completed in 4 milliseconds