Home
last modified time | relevance | path

Searched refs:UNLOCK_SCREEN_RESULT (Results 1 – 4 of 4) sorted by relevance

/base/theme/screenlock_mgr/utils/include/
Dscreenlock_common.h42 const std::string UNLOCK_SCREEN_RESULT = "unlockScreenResult"; variable
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_service_test.cpp460 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(UNLOCK_SCREEN_RESULT, SCREEN_SUCC);
475 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(UNLOCK_SCREEN_RESULT, SCREEN_FAIL);
490 … ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(UNLOCK_SCREEN_RESULT, SCREEN_CANCEL);
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp468 if (event == UNLOCK_SCREEN_RESULT) { in SendScreenLockEvent()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp79 if (type == UNLOCK_SCREEN_RESULT || type == SCREEN_DRAWDONE || type == LOCK_SCREEN_RESULT) { in IsValidEvent()