Home
last modified time | relevance | path

Searched refs:SimAuthenticationResponse (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_handle.h138 SimAuthenticationResponse GetSimAuthenticationResponse();
143 SimAuthenticationResponse GetSimIOResponse();
176 SimAuthenticationResponse simAuthRespon_ = { 0 };
177 SimAuthenticationResponse simIORespon_ = { 0 };
H A Dsim_state_manager.h55 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons…
59 …int32_t GetSimIO(int32_t slotId, SimIoRequestInfo requestInfo, SimAuthenticationResponse &response…
H A Dsim_manager.h92 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons…
155 … const std::string &data, const std::string &path, SimAuthenticationResponse &response) override;
/ohos5.0/base/telephony/core_service/frameworks/js/sim/include/
H A Dnapi_sim.h111 SimAuthenticationResponse responseResult;
/ohos5.0/base/telephony/core_service/interfaces/kits/js/
H A D@ohos.telephony.sim.d.ts2219 authData: string): Promise<SimAuthenticationResponse>;
3102 export interface SimAuthenticationResponse {
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test_util.cpp448 SimAuthenticationResponse response = { 0 }; in SimAuthenticationTestFunc()
458 SimAuthenticationResponse response = { 0 }; in SimAuthenticationTestFunc1()
468 SimAuthenticationResponse response = { 0 }; in SimAuthenticationTestFunc2()
477 SimAuthenticationResponse response = { 0 }; in SimAuthenticationTestFunc3()
H A Dsim_core_service_test.cpp106 SimAuthenticationResponse mSimAuthenticationResponse;
251 SimAuthenticationResponse mSimAuthenticationResponse;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp490 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons… in SimAuthentication()
536 int32_t slotId, SimIoRequestInfo requestInfo, SimAuthenticationResponse &response) in GetSimIO()
552 SimAuthenticationResponse retResponse = simStateHandle_->GetSimIOResponse(); in GetSimIO()
H A Dsim_state_handle.cpp643 SimAuthenticationResponse SimStateHandle::GetSimAuthenticationResponse() in GetSimAuthenticationResponse()
996 SimAuthenticationResponse SimStateHandle::GetSimIOResponse() in GetSimIOResponse()
H A Dsim_manager.cpp624 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons… in SimAuthentication()
1219 …int32_t fileId, const std::string &data, const std::string &path, SimAuthenticationResponse &respo… in GetSimIO()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h79 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons…
141 …int32_t fileId, const std::string &data, const std::string &path, SimAuthenticationResponse &respo…
H A Dcore_service_client.h801 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons…
927 const std::string &dataStr, const std::string &path, SimAuthenticationResponse &response);
H A Dsim_state_type.h274 struct SimAuthenticationResponse { struct
H A Di_core_service.h140 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons…
152 …int32_t fileId, const std::string &data, const std::string &path, SimAuthenticationResponse &respo…
H A Dcore_service_proxy.h138 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons…
149 … const std::string &data, const std::string &path, SimAuthenticationResponse &response) override;
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h230 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons…
262 … const std::string &data, const std::string &path, SimAuthenticationResponse &response) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h107 int32_t SimAuthenticationResponse(
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp106 …size_t responseLen) { return SimAuthenticationResponse(requestNum, responseInfo, response, respons… in AddSimLockHandlerToMap()
603 int32_t HRilSim::SimAuthenticationResponse( in SimAuthenticationResponse() function in OHOS::Telephony::HRilSim
611 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::SimAuthenticationResponse, result); in SimAuthenticationResponse()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h108 …int32_t SimAuthenticationResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &respon…
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp937 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons… in SimAuthentication()
1085 …int32_t fileId, const std::string &dataStr, const std::string &path, SimAuthenticationResponse &re… in GetSimIO()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_callback_v10.md109 | [SimAuthenticationResponse](#simauthenticationresponse) ([in] struct [RilRadioResponseInfo](_ril_…
2281 ### SimAuthenticationResponse()
2284 IRilCallback::SimAuthenticationResponse ([in] struct RilRadioResponseInfo responseInfo, [in] struct…
H A Dinterface_i_ril_callback_v11.md113 | [SimAuthenticationResponse](#simauthenticationresponse) ([in] struct [RilRadioResponseInfo](_ril_…
2499 ### SimAuthenticationResponse()
2502 IRilCallback::SimAuthenticationResponse ([in] struct RilRadioResponseInfo responseInfo, [in] struct…
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1460 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons… in SimAuthentication()
1644 …int32_t fileId, const std::string &data, const std::string &path, SimAuthenticationResponse &respo… in GetSimIO()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp560 int32_t TelRilCallback::SimAuthenticationResponse( in SimAuthenticationResponse() function in OHOS::Telephony::TelRilCallback
563 …esponse(responseInfo, &TelRilManager::GetTelRilSim, &TelRilSim::SimAuthenticationResponse, result); in SimAuthenticationResponse()
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h186 int32_t SimAuthenticationResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,

123