Home
last modified time | relevance | path

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

12

/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/
H A Dse_vendor_adaptions_test.cpp156 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.md20 | int [sw1](#sw1) | SIM卡状态字1,命令执行后SIM卡返回的响应 |
38 ### sw1 subsection
41 int IccIoResultInfo::sw1
H A D_icc_io_result_info_v11.md20 | int [sw1](#sw1) | SIM卡状态字1,命令执行后SIM卡返回的响应 |
38 ### sw1 subsection
41 int IccIoResultInfo::sw1
H A D_open_logical_channel_response_v10.md20 | int [sw1](#sw1) | SIM卡状态字1,命令执行后SIM卡返回的响应 |
49 ### sw1 subsection
52 int OpenLogicalChannelResponse::sw1
H A D_open_logical_channel_response_v11.md20 | int [sw1](#sw1) | SIM卡状态字1,命令执行后SIM卡返回的响应 |
49 ### sw1 subsection
52 int OpenLogicalChannelResponse::sw1
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp268 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 Dse_vendor_adaptions.h50 SecureElementStatus getStatusBySW(uint8_t sw1, uint8_t sw2) const;
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_data_type.h47 int32_t sw1 = 0; member
68 sw1 = fd->sw1; in ControllerToFileMsg()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sim_parcel.h143 int32_t sw1 = 0; member
360 int32_t sw1 = 0; member
H A Dsim_state_type.h278 int32_t sw1 = 0; member
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp506 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 Dsim_state_handle.cpp626 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 Dtel_ril_sim.cpp139 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 Dhril_vendor_sim_defs.h93 int32_t sw1; member
121 int32_t sw1; member
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp113 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 Dhril_sim.cpp567 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 Dril_callback_test.cpp150 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.ts3111 sw1: number;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dtypes.cpp.txt1957 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 Dtypes.h.txt479 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 Dtypes.cpp.txt1936 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 Dtypes.h.txt472 int32_t sw1;
522 int32_t sw1;
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sim.c90 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 Dcore_service_stub.cpp1790 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 DTypes.idl1765 int sw1;
1995 int sw1;

12