Home
last modified time | relevance | path

Searched refs:sw2 (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/
H A Dse_vendor_adaptions_test.cpp157 uint8_t sw2 = 0; variable
159 SecureElementStatus ret = seVendorAdaptions->getStatusBySW(sw1, sw2);
171 uint8_t sw2 = 0; variable
173 SecureElementStatus ret = seVendorAdaptions->getStatusBySW(sw1, sw2);
185 uint8_t sw2 = 0x00; variable
187 SecureElementStatus ret = seVendorAdaptions->getStatusBySW(sw1, sw2);
199 uint8_t sw2 = 0x82; variable
213 uint8_t sw2 = 0x99; variable
227 uint8_t sw2 = 0x85; variable
241 uint8_t sw2 = 0x86; variable
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_icc_io_result_info_v10.md21 | int [sw2](#sw2) | SIM卡状态字2,命令执行后SIM卡返回的响应 |
48 ### sw2 subsection
51 int IccIoResultInfo::sw2
H A D_icc_io_result_info_v11.md21 | int [sw2](#sw2) | SIM卡状态字2,命令执行后SIM卡返回的响应 |
48 ### sw2 subsection
51 int IccIoResultInfo::sw2
H A D_open_logical_channel_response_v10.md21 | int [sw2](#sw2) | SIM卡状态字2,命令执行后SIM卡返回的响应 |
59 ### sw2 subsection
62 int OpenLogicalChannelResponse::sw2
H A D_open_logical_channel_response_v11.md21 | int [sw2](#sw2) | SIM卡状态字2,命令执行后SIM卡返回的响应 |
59 ### sw2 subsection
62 int OpenLogicalChannelResponse::sw2
/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()
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.h48 int32_t sw2 = 0; member
69 sw2 = fd->sw2; in ControllerToFileMsg()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sim_parcel.h144 int32_t sw2 = 0; member
366 int32_t sw2 = 0; member
H A Dsim_state_type.h282 int32_t sw2 = 0; member
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp507 response.sw2 = simStateHandle_->GetSimAuthenticationResponse().sw2; in SimAuthentication()
510 response.sw2); in SimAuthentication()
554 response.sw2 = retResponse.sw2; in GetSimIO()
556 …_LOGI("SimStateManager::GetSimIO(), sw1: %{public}d, sw2: %{public}d", response.sw1, response.sw2); in GetSimIO()
H A Dsim_state_handle.cpp627 simAuthRespon_.sw2 = response->sw2; in GetSimAuthenticationResult()
992 simIORespon_.sw2 = response->sw2; in GetSimIOResult()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp140 object->fileData.sw2 = iccIoResult->sw2; in ProcessIccIoInfo()
294 simAuthResp->sw2 = result.sw2; in SimAuthenticationResponse()
497 iccIoResult->sw2 = result.sw2; in BuildIccIoResult()
563 openLogicalChannelResp->sw2 = pOpenLogicalChannelResponse.sw2; in BuildOpenLogicalChannelResp()
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h99 int32_t sw2; member
127 int32_t sw2; 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()
230 << " -->[sw2] : " << pOpenLogicalChannelResponse.sw2 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.cpp568 pOpenLogicalChannelResponse.sw2 = pRilResponse->sw2; in SimOpenLogicalChannelResponse()
635 result.sw2 = resp->sw2; 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.ts3121 sw2: number;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dtypes.cpp.txt1962 if (!data.WriteInt32(dataBlock.sw2)) {
1963 HDF_LOGE("%{public}s: write dataBlock.sw2 failed!", __func__);
1981 if (!data.ReadInt32(dataBlock.sw2)) {
1982 HDF_LOGE("%{public}s: read dataBlock.sw2 failed!", __func__);
2350 if (!data.WriteInt32(dataBlock.sw2)) {
2351 HDF_LOGE("%{public}s: write dataBlock.sw2 failed!", __func__);
2374 if (!data.ReadInt32(dataBlock.sw2)) {
2375 HDF_LOGE("%{public}s: read dataBlock.sw2 failed!", __func__);
H A Dtypes.h.txt480 int32_t sw2;
530 int32_t sw2;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dtypes.cpp.txt1941 if (!data.WriteInt32(dataBlock.sw2)) {
1942 HDF_LOGE("%{public}s: write dataBlock.sw2 failed!", __func__);
1960 if (!data.ReadInt32(dataBlock.sw2)) {
1961 HDF_LOGE("%{public}s: read dataBlock.sw2 failed!", __func__);
2329 if (!data.WriteInt32(dataBlock.sw2)) {
2330 HDF_LOGE("%{public}s: write dataBlock.sw2 failed!", __func__);
2353 if (!data.ReadInt32(dataBlock.sw2)) {
2354 HDF_LOGE("%{public}s: read dataBlock.sw2 failed!", __func__);
H A Dtypes.h.txt473 int32_t sw2;
523 int32_t sw2;
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sim.c94 err = NextInt(&pLine, &pSimResponse->sw2); in ParseSimResponseResult()
1196 simAuthResponse.sw2 = (int32_t)0x00; in ReqSimAuthentication()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp1791 reply.WriteInt32(response.sw2); in OnSimAuthentication()
1949 reply.WriteInt32(response.sw2); in OnGetSimIO()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DTypes.idl1770 int sw2;
2000 int sw2;

12