Home
last modified time | relevance | path

Searched refs:simAuthInfo (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp535 SimAuthenticationRequestInfo simAuthInfo; variable
536 simAuthInfo.serial = SIM_AUTH_EAP_AKA_TYPE;
537 simAuthInfo.aid = "USIM_AID";
538 simAuthInfo.authData = "authData";
539 …int32_t ret = g_rilInterface->SimAuthentication(SLOTID_1, RilTestUtil::GetSerialId(), simAuthInfo);
555 SimAuthenticationRequestInfo simAuthInfo; variable
556 simAuthInfo.serial = SIM_AUTH_EAP_AKA_TYPE;
557 simAuthInfo.aid = "USIM_AID";
558 simAuthInfo.authData = "authData";
559 …int32_t ret = g_rilInterface->SimAuthentication(SLOTID_2, RilTestUtil::GetSerialId(), simAuthInfo);
H A Dzero_branch_test.cpp191 OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo simAuthInfo; in TestSimInterface() local
192 EXPECT_NE(HDF_SUCCESS, manager->SimAuthentication(0, 0, simAuthInfo)); in TestSimInterface()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp463 OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo simAuthInfo; in SimAuthentication() local
464 simAuthInfo.serial = reqInfo.serial; in SimAuthentication()
465 simAuthInfo.aid = reqInfo.aid; in SimAuthentication()
466 simAuthInfo.authData = reqInfo.authData; in SimAuthentication()
467 … Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SimAuthentication, simAuthInfo); in SimAuthentication()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp347 int32_t serialId, const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo &simAuthInfo) in SimAuthentication() argument
351 CopyToHRilSimAuthentication(rilSimAuthInfo, simAuthInfo); in SimAuthentication()
772 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo &simAuthInfo) in CopyToHRilSimAuthentication() argument
774 rilSimAuthInfo->serial = simAuthInfo.serial; in CopyToHRilSimAuthentication()
775 CopyToCharPoint(&(rilSimAuthInfo->aid), simAuthInfo.aid); in CopyToHRilSimAuthentication()
776 CopyToCharPoint(&(rilSimAuthInfo->data), simAuthInfo.authData); in CopyToHRilSimAuthentication()
H A Dhril_manager.cpp816 …_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo &simAuthInfo) in SimAuthentication() argument
818 …askSchedule(MODULE_HRIL_SIM, hrilSim_[slotId], &HRilSim::SimAuthentication, serialId, simAuthInfo); in SimAuthentication()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h56 …ntication(int32_t serialId, const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo &simAuthInfo);
141 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo &simAuthInfo);
H A Dhril_manager.h170 …t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo &simAuthInfo);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp579 …imAuthentication(int32_t slotId, int32_t serialId, const SimAuthenticationRequestInfo &simAuthInfo) in SimAuthentication() argument
581 return TaskSchedule(&Telephony::HRilManager::SimAuthentication, slotId, serialId, simAuthInfo); in SimAuthentication()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md95 … [SimAuthenticationRequestInfo](_sim_authentication_request_info_v10.md) simAuthInfo) | SIM卡鉴权。 |
2359 …ication ([in] int slotId, [in] int serialId, [in] struct SimAuthenticationRequestInfo simAuthInfo )
2373 | simAuthInfo | 表示SIM卡鉴权请求信息,详见[SimAuthenticationRequestInfo](_sim_authentication_request_info_v10.…
H A Dinterface_i_ril_v11.md97 … [SimAuthenticationRequestInfo](_sim_authentication_request_info_v11.md) simAuthInfo) | SIM卡鉴权。 |
2491 …ication ([in] int slotId, [in] int serialId, [in] struct SimAuthenticationRequestInfo simAuthInfo )
2505 | simAuthInfo | 表示SIM卡鉴权请求信息,详见[SimAuthenticationRequestInfo](_sim_authentication_request_info_v11.…
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h128 int32_t slotId, int32_t serialId, const SimAuthenticationRequestInfo &simAuthInfo) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt199 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo) override;
H A Dril_proxy.h.txt239 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo) override;
522 …const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo, const sptr<IRemoteObject> r…
H A Dril_service.cpp.txt426 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo)
H A Diril.h.txt351 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt193 const OHOS::HDI::Ril::V1_0::SimAuthenticationRequestInfo& simAuthInfo) override;
H A Dril_proxy.h.txt233 const OHOS::HDI::Ril::V1_0::SimAuthenticationRequestInfo& simAuthInfo) override;
504 …const OHOS::HDI::Ril::V1_0::SimAuthenticationRequestInfo& simAuthInfo, const sptr<IRemoteObject> r…
H A Diril.h.txt339 const OHOS::HDI::Ril::V1_0::SimAuthenticationRequestInfo& simAuthInfo) = 0;
H A Dril_service.cpp.txt411 const OHOS::HDI::Ril::V1_0::SimAuthenticationRequestInfo& simAuthInfo)
H A Dril_proxy.cpp.txt516 const OHOS::HDI::Ril::V1_0::SimAuthenticationRequestInfo& simAuthInfo)
518 …return OHOS::HDI::Ril::V1_0::RilProxy::SimAuthentication_(slotId, serialId, simAuthInfo, GetCurren…
3519 …const OHOS::HDI::Ril::V1_0::SimAuthenticationRequestInfo& simAuthInfo, const sptr<IRemoteObject> r…
3540 if (!OHOS::HDI::Ril::V1_0::SimAuthenticationRequestInfoBlockMarshalling(rilData, simAuthInfo)) {
3541 HDF_LOGE("%{public}s: write simAuthInfo failed!", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt208 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo) override;
H A Dril_proxy.h.txt249 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo) override;
H A Dril_service.cpp.txt447 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo)
H A Dril_proxy.cpp.txt598 const OHOS::HDI::Ril::V1_1::SimAuthenticationRequestInfo& simAuthInfo)
600 …return OHOS::HDI::Ril::V1_1::RilProxy::SimAuthentication_(slotId, serialId, simAuthInfo, GetCurren…
/ohos5.0/drivers/interface/ril/v1_0/
H A DIRil.idl1163 …* @param simAuthInfo SIM card authentication request. For details, see {@link SimAuthenticationReq…
1172 [in] struct SimAuthenticationRequestInfo simAuthInfo);

12