Home
last modified time | relevance | path

Searched refs:unlockRespon_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp549 unlockRespon_.lockState = *param; in GetSimLockState()
551 unlockRespon_.lockState = static_cast<int32_t>(LockState::LOCK_ERROR); in GetSimLockState()
555 …TELEPHONY_LOGI("SimStateHandle::GetSimLockState(), lockState = %{public}d", unlockRespon_.lockStat… in GetSimLockState()
568 unlockRespon_.result = param->result; in GetSetLockResult()
569 unlockRespon_.remain = param->remain; in GetSetLockResult()
571 unlockRespon_.result, unlockRespon_.remain); in GetSetLockResult()
573 unlockRespon_.result = static_cast<int32_t>(response->error); in GetSetLockResult()
588 unlockRespon_.result = param->result; in GetUnlockResult()
589 unlockRespon_.remain = param->remain; in GetUnlockResult()
594 unlockRespon_.result = static_cast<int32_t>(response->error); in GetUnlockResult()
[all …]
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_handle.h175 …UnlockData unlockRespon_ = { UNLOCK_FAIL, TELEPHONY_ERROR, static_cast<int32_t>(LockState::LOCK_ER… variable