Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/utils/include/
Dscreenlock_common.h44 const std::string LOCK_SCREEN_RESULT = "lockScreenResult"; variable
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_service_test.cpp505 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(LOCK_SCREEN_RESULT, SCREEN_SUCC);
521 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(LOCK_SCREEN_RESULT, SCREEN_FAIL);
537 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(LOCK_SCREEN_RESULT, SCREEN_CANCEL);
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp473 } else if (event == LOCK_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()