/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/ |
H A D | se_vendor_adaptions_test.cpp | 156 uint8_t sw1 = 0x62; variable 159 SecureElementStatus ret = seVendorAdaptions->getStatusBySW(sw1, sw2); 170 uint8_t sw1 = 0x63; variable 173 SecureElementStatus ret = seVendorAdaptions->getStatusBySW(sw1, sw2); 184 uint8_t sw1 = 0x90; variable 187 SecureElementStatus ret = seVendorAdaptions->getStatusBySW(sw1, sw2); 198 uint8_t sw1 = 0x6A; variable 212 uint8_t sw1 = 0x69; variable 226 uint8_t sw1 = 0x69; variable 240 uint8_t sw1 = 0x6A; variable [all …]
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _icc_io_result_info_v10.md | 20 | int [sw1](#sw1) | SIM卡状态字1,命令执行后SIM卡返回的响应 | 38 ### sw1 subsection 41 int IccIoResultInfo::sw1
|
H A D | _icc_io_result_info_v11.md | 20 | int [sw1](#sw1) | SIM卡状态字1,命令执行后SIM卡返回的响应 | 38 ### sw1 subsection 41 int IccIoResultInfo::sw1
|
H A D | _open_logical_channel_response_v10.md | 20 | int [sw1](#sw1) | SIM卡状态字1,命令执行后SIM卡返回的响应 | 49 ### sw1 subsection 52 int OpenLogicalChannelResponse::sw1
|
H A D | _open_logical_channel_response_v11.md | 20 | int [sw1](#sw1) | SIM卡状态字1,命令执行后SIM卡返回的响应 | 49 ### sw1 subsection 52 int OpenLogicalChannelResponse::sw1
|
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | se_vendor_adaptions.cpp | 268 SecureElementStatus SeVendorAdaptions::getStatusBySW(uint8_t sw1, uint8_t sw2) const in getStatusBySW() argument 271 if ((sw1 == 0x90 && sw2 == 0x00) || (sw1 == 0x62) || (sw1 == 0x63)) { in getStatusBySW() 275 if ((sw1 == 0x6A && sw2 == 0x82) || (sw1 == 0x69 && (sw2 == 0x99 || sw2 == 0x85))) { in getStatusBySW() 279 if (sw1 == 0x6A && sw2 == 0x86) { in getStatusBySW() 282 HDF_LOGE("getStatusBySW fail, SW:0x%{public}02x%{public}02x", sw1, sw2); in getStatusBySW()
|
H A D | se_vendor_adaptions.h | 50 SecureElementStatus getStatusBySW(uint8_t sw1, uint8_t sw2) const;
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_data_type.h | 47 int32_t sw1 = 0; member 68 sw1 = fd->sw1; in ControllerToFileMsg()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sim_parcel.h | 143 int32_t sw1 = 0; member 360 int32_t sw1 = 0; member
|
H A D | sim_state_type.h | 278 int32_t sw1 = 0; member
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 506 response.sw1 = simStateHandle_->GetSimAuthenticationResponse().sw1; in SimAuthentication() 509 …EPHONY_LOGI("SimStateManager::SimAuthentication(), sw1: %{public}d, sw2: %{public}d", response.sw1, in SimAuthentication() 553 response.sw1 = retResponse.sw1; in GetSimIO() 556 …TELEPHONY_LOGI("SimStateManager::GetSimIO(), sw1: %{public}d, sw2: %{public}d", response.sw1, resp… in GetSimIO()
|
H A D | sim_state_handle.cpp | 626 simAuthRespon_.sw1 = response->sw1; in GetSimAuthenticationResult() 991 simIORespon_.sw1 = response->sw1; in GetSimIOResult()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 139 object->fileData.sw1 = iccIoResult->sw1; in ProcessIccIoInfo() 293 simAuthResp->sw1 = result.sw1; in SimAuthenticationResponse() 496 iccIoResult->sw1 = result.sw1; in BuildIccIoResult() 562 openLogicalChannelResp->sw1 = pOpenLogicalChannelResponse.sw1; in BuildOpenLogicalChannelResp()
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sim_defs.h | 93 int32_t sw1; member 121 int32_t sw1; member
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 113 cout << "[IccIoResultInfo] -->[sw1] : " << result.sw1 << " -->[sw2] : " << result.sw2 in GetSimIOResponse() 229 cout << "[OpenLogicalChannelResponse] -->[sw1] : " << pOpenLogicalChannelResponse.sw1 in SimOpenLogicalChannelResponse() 247 cout << "[IccIoResultInfo] -->[sw1] : " << result.sw1 << " -->[sw2] : " << result.sw2 in SimTransmitApduLogicalChannelResponse() 257 cout << "[IccIoResultInfo] -->[sw1] : " << result.sw1 << " -->[sw2] : " << result.sw2 in SimTransmitApduBasicChannelResponse() 267 cout << "[IccIoResultInfo] -->[sw1] : " << result.sw1 << " -->[sw2] : " << result.sw2 in SimAuthenticationResponse()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 567 pOpenLogicalChannelResponse.sw1 = pRilResponse->sw1; in SimOpenLogicalChannelResponse() 634 result.sw1 = resp->sw1; in ProcessIccIoResponse()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_callback_test.cpp | 150 result.sw1, result.sw2, result.response.c_str()); in GetSimIOResponse() 298 …pOpenLogicalChannelResponse.sw1, pOpenLogicalChannelResponse.sw2, pOpenLogicalChannelResponse.chan… in SimOpenLogicalChannelResponse() 322 result.sw1, result.sw2, result.response.c_str()); in SimTransmitApduLogicalChannelResponse() 334 result.sw1, result.sw2, result.response.c_str()); in SimTransmitApduBasicChannelResponse() 345 result.sw1, result.sw2, result.response.c_str()); in SimAuthenticationResponse()
|
/ohos5.0/base/telephony/core_service/interfaces/kits/js/ |
H A D | @ohos.telephony.sim.d.ts | 3111 sw1: number;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | types.cpp.txt | 1957 if (!data.WriteInt32(dataBlock.sw1)) { 1958 HDF_LOGE("%{public}s: write dataBlock.sw1 failed!", __func__); 1976 if (!data.ReadInt32(dataBlock.sw1)) { 1977 HDF_LOGE("%{public}s: read dataBlock.sw1 failed!", __func__); 2345 if (!data.WriteInt32(dataBlock.sw1)) { 2346 HDF_LOGE("%{public}s: write dataBlock.sw1 failed!", __func__); 2369 if (!data.ReadInt32(dataBlock.sw1)) { 2370 HDF_LOGE("%{public}s: read dataBlock.sw1 failed!", __func__);
|
H A D | types.h.txt | 479 int32_t sw1; 529 int32_t sw1;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | types.cpp.txt | 1936 if (!data.WriteInt32(dataBlock.sw1)) { 1937 HDF_LOGE("%{public}s: write dataBlock.sw1 failed!", __func__); 1955 if (!data.ReadInt32(dataBlock.sw1)) { 1956 HDF_LOGE("%{public}s: read dataBlock.sw1 failed!", __func__); 2324 if (!data.WriteInt32(dataBlock.sw1)) { 2325 HDF_LOGE("%{public}s: write dataBlock.sw1 failed!", __func__); 2348 if (!data.ReadInt32(dataBlock.sw1)) { 2349 HDF_LOGE("%{public}s: read dataBlock.sw1 failed!", __func__);
|
H A D | types.h.txt | 472 int32_t sw1; 522 int32_t sw1;
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sim.c | 90 err = NextInt(&pLine, &pSimResponse->sw1); in ParseSimResponseResult() 1195 simAuthResponse.sw1 = (int32_t)0x90; in ReqSimAuthentication()
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service_stub.cpp | 1790 reply.WriteInt32(response.sw1); in OnSimAuthentication() 1948 reply.WriteInt32(response.sw1); in OnGetSimIO()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/ |
H A D | Types.idl | 1765 int sw1; 1995 int sw1;
|