Searched refs:UNLOCK_SCREEN_RESULT (Results 1 – 4 of 4) sorted by relevance
42 const std::string UNLOCK_SCREEN_RESULT = "unlockScreenResult"; variable
460 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);
468 if (event == UNLOCK_SCREEN_RESULT) { in SendScreenLockEvent()
79 if (type == UNLOCK_SCREEN_RESULT || type == SCREEN_DRAWDONE || type == LOCK_SCREEN_RESULT) { in IsValidEvent()