/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_handle.h | 138 SimAuthenticationResponse GetSimAuthenticationResponse(); 143 SimAuthenticationResponse GetSimIOResponse(); 176 SimAuthenticationResponse simAuthRespon_ = { 0 }; 177 SimAuthenticationResponse simIORespon_ = { 0 };
|
H A D | sim_state_manager.h | 55 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons… 59 …int32_t GetSimIO(int32_t slotId, SimIoRequestInfo requestInfo, SimAuthenticationResponse &response…
|
H A D | sim_manager.h | 92 …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 D | napi_sim.h | 111 SimAuthenticationResponse responseResult;
|
/ohos5.0/base/telephony/core_service/interfaces/kits/js/ |
H A D | @ohos.telephony.sim.d.ts | 2219 authData: string): Promise<SimAuthenticationResponse>; 3102 export interface SimAuthenticationResponse {
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test_util.cpp | 448 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 D | sim_core_service_test.cpp | 106 SimAuthenticationResponse mSimAuthenticationResponse; 251 SimAuthenticationResponse mSimAuthenticationResponse;
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 490 …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 D | sim_state_handle.cpp | 643 SimAuthenticationResponse SimStateHandle::GetSimAuthenticationResponse() in GetSimAuthenticationResponse() 996 SimAuthenticationResponse SimStateHandle::GetSimIOResponse() in GetSimIOResponse()
|
H A D | sim_manager.cpp | 624 …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 D | i_sim_manager.h | 79 …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 D | core_service_client.h | 801 …int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &respons… 927 const std::string &dataStr, const std::string &path, SimAuthenticationResponse &response);
|
H A D | sim_state_type.h | 274 struct SimAuthenticationResponse { struct
|
H A D | i_core_service.h | 140 …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 D | core_service_proxy.h | 138 …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 D | core_service.h | 230 …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 D | tel_ril_sim.h | 107 int32_t SimAuthenticationResponse(
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 106 …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 D | hril_sim.h | 108 …int32_t SimAuthenticationResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &respon…
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 937 …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 D | interface_i_ril_callback_v10.md | 109 | [SimAuthenticationResponse](#simauthenticationresponse) ([in] struct [RilRadioResponseInfo](_ril_… 2281 ### SimAuthenticationResponse() 2284 IRilCallback::SimAuthenticationResponse ([in] struct RilRadioResponseInfo responseInfo, [in] struct…
|
H A D | interface_i_ril_callback_v11.md | 113 | [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 D | core_service.cpp | 1460 …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 D | tel_ril_callback.cpp | 560 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 D | ril_callback_test.h | 186 int32_t SimAuthenticationResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|