Lines Matching defs:stateResult
510 int stateResult = param;
512 UnlockScreenEvent(stateResult);
516 LockScreenEvent(stateResult);
679 void ScreenLockSystemAbility::LockScreenEvent(int stateResult)
681 SCLOCK_HILOGD("ScreenLockSystemAbility LockScreenEvent stateResult:%{public}d", stateResult);
682 if (stateResult == ScreenChange::SCREEN_SUCC) {
687 auto callback = [this, stateResult]() {
690 lockVecListeners_[i]->OnCallBack(stateResult);
696 if (stateResult == ScreenChange::SCREEN_SUCC) {
701 void ScreenLockSystemAbility::UnlockScreenEvent(int stateResult)
703 SCLOCK_HILOGD("ScreenLockSystemAbility UnlockScreenEvent stateResult:%{public}d", stateResult);
704 if (stateResult == ScreenChange::SCREEN_SUCC) {
710 if (stateResult != ScreenChange::SCREEN_FAIL) {
711 NotifyUnlockListener(stateResult);