Home
last modified time | relevance | path

Searched refs:HRIL_UNLOCK_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp138 if (unlockResult == HRIL_UNLOCK_SUCCESS) { in UnlockPin()
172 if (unlockResult == HRIL_UNLOCK_SUCCESS) { in UnlockPuk()
206 if (unlockResult == HRIL_UNLOCK_SUCCESS) { in AlterPin()
249 if (unlockResult == HRIL_UNLOCK_SUCCESS) { in SetLockState()
323 if (unlockResult == HRIL_UNLOCK_SUCCESS) { in UnlockPin2()
357 if (unlockResult == HRIL_UNLOCK_SUCCESS) { in UnlockPuk2()
391 if (unlockResult == HRIL_UNLOCK_SUCCESS) { in AlterPin2()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_enum.h156 HRIL_UNLOCK_SUCCESS = 0, enumerator
/base/telephony/ril_adapter/services/vendor/src/
Dat_sim.c514 lockStatus.result = HRIL_UNLOCK_SUCCESS; in ReqSetSimLock()
565 lockStatus.result = HRIL_UNLOCK_SUCCESS; in ReqChangeSimPassword()
618 lockStatus.result = HRIL_UNLOCK_SUCCESS; in ReqUnlockPin()
672 lockStatus.result = HRIL_UNLOCK_SUCCESS; in ReqUnlockPuk()
814 lockStatus.result = HRIL_UNLOCK_SUCCESS; in ReqUnlockPin2()
868 lockStatus.result = HRIL_UNLOCK_SUCCESS; in ReqUnlockPuk2()