Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_constant.h40 MSG_SIM_OBTAIN_ICC_FILE_DONE = 100, enumerator
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp464 bool needShare = (id == MSG_SIM_OBTAIN_ICC_FILE_DONE); in SendResponse()
707 bool needShare = (id == MSG_SIM_OBTAIN_ICC_FILE_DONE); in ProcessErrorResponse()
H A Dicc_file.cpp343 case MSG_SIM_OBTAIN_ICC_FILE_DONE: in ProcessEvent()