Home
last modified time | relevance | path

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

/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() local
467 …NY_LOGD("IccFileController::SendResponse start response %{public}d %{public}d", isNull, needShare); in SendResponse()
468 if (needShare) { in SendResponse()
481 SendEvent(owner, id, needShare, objectShare, objectUnique); in SendResponse()
707 bool needShare = (id == MSG_SIM_OBTAIN_ICC_FILE_DONE); in ProcessErrorResponse() local
710 TELEPHONY_LOGD("ProcessErrorResponse start response %{public}d", needShare); in ProcessErrorResponse()
711 if (needShare) { in ProcessErrorResponse()
728 SendEvent(owner, id, needShare, objectShare, objectUnique); in ProcessErrorResponse()
733 …ntroller::SendEvent(std::shared_ptr<AppExecFwk::EventHandler> handler, uint32_t id, bool needShare, in SendEvent() argument
736 if (needShare) { in SendEvent()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file_controller.h84 void SendEvent(std::shared_ptr<AppExecFwk::EventHandler> handler, uint32_t id, bool needShare,