优化卡账户加载流程

Signed-off-by: jierbumo866 <fangping5@huawei.com>
This commit is contained in:
jierbumo866 2024-05-17 16:06:27 +08:00
parent b0387be660
commit 889f145866

View File

@ -389,7 +389,7 @@ void IccFile::RegisterAllFilesLoaded(std::shared_ptr<AppExecFwk::EventHandler> e
}
TELEPHONY_LOGD("IccFile::RegisterAllFilesLoaded: registerd");
if (ObtainFilesFetched()) {
TELEPHONY_LOGI("IccFile::RegisterAllFilesLoaded: notify, slotId:%{public}d", slotId);
TELEPHONY_LOGI("IccFile::RegisterAllFilesLoaded: notify, slotId:%{public}d", slotId_);
if (eventHandler != nullptr) {
TelEventHandler::SendTelEvent(eventHandler, RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_, 0);
}
@ -429,7 +429,7 @@ void IccFile::RegisterIccidLoaded(std::shared_ptr<AppExecFwk::EventHandler> even
}
TELEPHONY_LOGD("IccFile::RegisterIccidLoaded: registered");
if (!iccId_.empty()) {
TELEPHONY_LOGI("IccFile::RegisterIccidLoaded: notify, slotId:%{public}d", slotId);
TELEPHONY_LOGI("IccFile::RegisterIccidLoaded: notify, slotId:%{public}d", slotId_);
if (eventHandler != nullptr) {
TelEventHandler::SendTelEvent(eventHandler, RadioEvent::RADIO_SIM_ICCID_LOADED, slotId_, 0);
}