Home
last modified time | relevance | path

Searched refs:CORE_ERR_SIM_CARD_LOAD_FAILED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_errors.h25 CORE_ERR_SIM_CARD_LOAD_FAILED, enumerator
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_manager.cpp268 return hasQueryEventDone_ ? TELEPHONY_SUCCESS : CORE_ERR_SIM_CARD_LOAD_FAILED; in QueryIccDiallingNumbers()
H A Dsim_state_manager.cpp314 return CORE_ERR_SIM_CARD_LOAD_FAILED; in GetLockState()
H A Dmulti_sim_controller.cpp674 return CORE_ERR_SIM_CARD_LOAD_FAILED; in GetSimAccountInfo()
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.cpp497 case CORE_ERR_SIM_CARD_LOAD_FAILED: in CreateSimErrorMessageForJs()