mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-27 10:11:08 +00:00
优化卡账户加载流程
Signed-off-by: jierbumo866 <fangping5@huawei.com>
This commit is contained in:
parent
b0387be660
commit
889f145866
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user