mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-27 02:00:45 +00:00
SIM卡鉴权问题处理
Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
parent
b9e5bd2a8b
commit
49b213b118
@ -492,7 +492,7 @@ void SimStateHandle::GetUnlockSimLockResult(const AppExecFwk::InnerEvent::Pointe
|
||||
void SimStateHandle::GetSimAuthenticationResult(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &event)
|
||||
{
|
||||
TELEPHONY_LOGI("SimStateHandle::GetSimAuthenticationResult slotId = %{public}d", slotId);
|
||||
auto response = event->GetUniqueObject<IccIoResultInfo>();
|
||||
auto response = event->GetSharedObject<IccIoResultInfo>();
|
||||
if (response == nullptr) {
|
||||
TELEPHONY_LOGE("SimStateHandle::GetSimAuthenticationResult() fail");
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user