/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sim_parcel.h | 107 int32_t p3 = 0; member 311 * TS 51.011[28]. If p3 is a negative value, a 4-byte APDU is sent to the 314 int32_t p3 = 0; member
|
/base/telephony/core_service/utils/codec/include/ |
H A D | apdu_command.h | 38 uint32_t p3 = 0; member
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sim_defs.h | 64 int32_t p3; member 312 * If p3 is a negative value, a 4-byte APDU is sent to the SIM card. 314 int32_t p3; member
|
/base/telephony/core_service/services/sim/src/ |
H A D | ruim_file_controller.cpp | 46 msg.p3 = GET_RESPONSE_ELEMENTARY_FILE_IMG_SIZE_BYTES;
in ObtainTransparentImg()
|
H A D | icc_file_controller.cpp | 128 msg.p3 = hd->fileSize; in ProcessRecordSize() 182 msg.p3 = static_cast<int32_t>(size); in ProcessBinarySize() 220 msg.p3 = hd->fileSize; in ProcessReadRecord() 277 msg.p3 = GET_RESPONSE_ELEMENTARY_FILE_SIZE_BYTES; in ObtainBinaryFile() 296 msg.p3 = size; in ObtainBinaryFile() 319 msg.p3 = GET_RESPONSE_ELEMENTARY_FILE_SIZE_BYTES; in ObtainLinearFixedFile() 347 msg.p3 = GET_RESPONSE_ELEMENTARY_FILE_SIZE_BYTES; in ObtainAllLinearFixedFile() 374 msg.p3 = GET_RESPONSE_ELEMENTARY_FILE_SIZE_BYTES; in ObtainLinearFileSize() 400 msg.p3 = dataLength; in UpdateLinearFixedFile() 420 msg.p3 in UpdateLinearFixedFile() [all...] |
H A D | icc_operator_privilege_controller.cpp | 337 reqInfo.p3 = P3; in ProcessOpenLogicalChannelDone() 369 reqInfo.p3 = P3; in ProcessTransmitLogicalChannelDone()
|
H A D | esim_file.cpp | 181 requestInfo->p3 = apduCommand->data.p3;
in CopyApdCmdToReqInfo() 1490 reqInfo.p3 = esimProfile_.apduData.p3_;
in ProcessSendApduData() 1694 apdCmd->data.p3 = static_cast<uint32_t>(fileData.sw2);
in ProcessIfNeedMoreResponse()
|
H A D | sim_manager.cpp | 1243 requestInfo.p3 = stoi(data.substr(SIM_IO_DATA_P3_OFFSET, SIM_IO_DATA_STR_LEN), nullptr, SIM_IO_HEX_SIGN);
in GetSimIO()
|
/base/telephony/core_service/utils/codec/src/ |
H A D | request_apdu_build.cpp | 50 apduData.p3 = packetLen; in ConstructApduData()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_sim_test.cpp | 87 msg.p3 = 15; in HWTEST_F() 113 msg.p3 = 15; in HWTEST_F() 395 reqInfo.p3 = 0x00; in HWTEST_F() 454 reqInfo.p3 = 0x00; in HWTEST_F() 494 reqInfo.p3 = 0x00; in HWTEST_F() 517 reqInfo.p3 = 0x00; in HWTEST_F()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 324 iccIoRequestInfo.p3 = simIoInfo.p3; in GetSimIO() 576 ApduRequestInfo.p3 = reqInfo.p3; in BuildApduRequestInfo()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 474 cout << "Please Input p3:";
in IccRilSimIoForAppTest() 475 int32_t p3;
in IccRilSimIoForAppTest() local 476 cin >> p3;
in IccRilSimIoForAppTest() local 477 cout << "Your input p3 is : " << p3 << endl;
in IccRilSimIoForAppTest() 487 msg.p3 = p3;
in IccRilSimIoForAppTest() 1170 cout << "input p3:";
in InputTransmitApduChannelParam() 1171 cin >> reqInfo.p3;
in InputTransmitApduChannelParam()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 732 rilSimIO->p3 = simIO.p3; in CopyToHRilSimIO() 767 rilApduSimIO->p3 = apduSimIO.p3; in CopyToHRilApduSimIO()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sim.c | 228 pSim->p1, pSim->p2, pSim->p3, ((pSim->data == NULL) ? "" : (pSim->data)), pSim->pathid); in ReqGetSimIOFDNWrite() 337 pSim->fileid, pSim->p1, pSim->p2, pSim->p3, ((pSim->data == NULL) ? "" : (pSim->data)), pSim->pathid); in ReqGetSimIO() 1152 pApduSimIO->type, pApduSimIO->instruction, pApduSimIO->p1, pApduSimIO->p2, pApduSimIO->p3, pApduSimIO->data); in ReqSimTransmitApduLogicalChannel()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 593 this.observeComponentCreation2((o3, p3) => {
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 283 simIoRequestInfo.p3 = P3; in OnRequestSimIccIoTest() 328 simIoRequestInfo.p3 = P3; in OnRequestSimSmsTest()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
H A D | dlp_file.cpp | 1131 Defer p3(nullptr, [&](...) { in GenFileInZip()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 358 msg.p3 = P3; in SimIccIoTest()
|