Searched refs:needShare (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_file_controller.cpp | 464 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 D | icc_file_controller.h | 84 void SendEvent(std::shared_ptr<AppExecFwk::EventHandler> handler, uint32_t id, bool needShare,
|