/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sim_defs.h | 375 void (*SimStkSendTerminalResponse)(const ReqDataInfo *requestInfo, const char *strCmd); 376 void (*SimStkSendEnvelope)(const ReqDataInfo *requestInfo, const char *strCmd); 377 …oid (*SimStkSendEnvelopeResponseContainStatus)(const ReqDataInfo *requestInfo, const char *strCmd);
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | stk_controller.h | 50 int32_t SendTerminalResponseCmd(const std::string &strCmd); 51 int32_t SendEnvelopeCmd(const std::string &strCmd);
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_sim.h | 100 void ReqSimStkSendTerminalResponse(const ReqDataInfo *requestInfo, const char *strCmd); 101 void ReqSimStkSendEnvelope(const ReqDataInfo *requestInfo, const char *strCmd);
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | stk_controller.cpp | 491 int32_t StkController::SendTerminalResponseCmd(const std::string &strCmd) in SendTerminalResponseCmd() argument 508 telRilManager->SendTerminalResponseCmd(slotId_, strCmd, event); in SendTerminalResponseCmd() 523 int32_t StkController::SendEnvelopeCmd(const std::string &strCmd) in SendEnvelopeCmd() argument 540 telRilManager->SendEnvelopeCmd(slotId_, strCmd, event); in SendEnvelopeCmd()
|
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
H A D | sendsmsmoremode_fuzzer.cpp | 239 std::string strCmd(reinterpret_cast<const char *>(data), size); in GetSimStatus() 260 telRilSim->SimStkSendTerminalResponse(strCmd, result); in GetSimStatus() 261 telRilSim->SimStkSendEnvelope(strCmd, result); in GetSimStatus()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sim.h | 53 …int32_t SimStkSendTerminalResponse(const std::string &strCmd, const AppExecFwk::InnerEvent::Pointe… 54 …int32_t SimStkSendEnvelope(const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &respo…
|
H A D | tel_ril_manager.h | 241 …int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) overri… 243 …int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) overri…
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 394 const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) in SimStkSendTerminalResponse() argument 396 …uest(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SimStkSendTerminalResponse, strCmd); in SimStkSendTerminalResponse() 399 int32_t TelRilSim::SimStkSendEnvelope(const std::string &strCmd, const AppExecFwk::InnerEvent::Poin… in SimStkSendEnvelope() argument 401 …turn Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SimStkSendEnvelope, strCmd); in SimStkSendEnvelope()
|
H A D | tel_ril_manager.cpp | 874 int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) in SendTerminalResponseCmd() argument 876 …edule(response, "TelRilSim", GetTelRilSim(slotId), &TelRilSim::SimStkSendTerminalResponse, strCmd); in SendTerminalResponseCmd() 880 int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) in SendEnvelopeCmd() argument 882 … TaskSchedule(response, "TelRilSim", GetTelRilSim(slotId), &TelRilSim::SimStkSendEnvelope, strCmd); in SendEnvelopeCmd()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_sim.h | 45 int32_t SimStkSendTerminalResponse(int32_t serialId, const std::string &strCmd); 46 int32_t SimStkSendEnvelope(int32_t serialId, const std::string &strCmd);
|
H A D | hril_manager.h | 157 int32_t SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string &strCmd); 158 int32_t SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd);
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 529 …_t RilImpl::SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendTerminalResponse() argument 531 …return TaskSchedule(&Telephony::HRilManager::SimStkSendTerminalResponse, slotId, serialId, strCmd); in SimStkSendTerminalResponse() 534 int32_t RilImpl::SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope() argument 536 return TaskSchedule(&Telephony::HRilManager::SimStkSendEnvelope, slotId, serialId, strCmd); in SimStkSendEnvelope()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_v10.md | 85 …tksendterminalresponse) ([in] int slotId, [in] int serialId, [in] String strCmd) | 发送SIM卡应用开发工具箱(S… 86 | [SimStkSendEnvelope](#simstksendenvelope) ([in] int slotId, [in] int serialId, [in] String strCmd… 2489 IRil::SimStkSendEnvelope ([in] int slotId, [in] int serialId, [in] String strCmd ) 2503 | strCmd | 表示指令的字串文本。 | 2515 IRil::SimStkSendTerminalResponse ([in] int slotId, [in] int serialId, [in] String strCmd ) 2529 | strCmd | 表示指令的字串文本。 |
|
H A D | interface_i_ril_v11.md | 87 …tksendterminalresponse) ([in] int slotId, [in] int serialId, [in] String strCmd) | 发送SIM卡应用开发工具箱(S… 88 | [SimStkSendEnvelope](#simstksendenvelope) ([in] int slotId, [in] int serialId, [in] String strCmd… 2621 IRil::SimStkSendEnvelope ([in] int slotId, [in] int serialId, [in] String strCmd ) 2635 | strCmd | 表示指令的字串文本。 | 2647 IRil::SimStkSendTerminalResponse ([in] int slotId, [in] int serialId, [in] String strCmd ) 2661 | strCmd | 表示指令的字串文本。 |
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 115 …int32_t SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string &strCmd) ov… 116 … int32_t SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd) override;
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 255 int32_t HRilSim::SimStkSendTerminalResponse(int32_t serialId, const std::string &strCmd) in SimStkSendTerminalResponse() argument 258 CopyToCharPoint(&strCmdPoint, strCmd); in SimStkSendTerminalResponse() 265 int32_t HRilSim::SimStkSendEnvelope(int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope() argument 268 CopyToCharPoint(&strCmdPoint, strCmd); in SimStkSendEnvelope()
|
H A D | hril_manager.cpp | 760 …RilManager::SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendTerminalResponse() argument 762 …chedule(MODULE_HRIL_SIM, hrilSim_[slotId], &HRilSim::SimStkSendTerminalResponse, serialId, strCmd); in SimStkSendTerminalResponse() 765 int32_t HRilManager::SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope() argument 767 …rn TaskSchedule(MODULE_HRIL_SIM, hrilSim_[slotId], &HRilSim::SimStkSendEnvelope, serialId, strCmd); in SimStkSendEnvelope()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 218 … int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) = 0; 220 … int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | ril_service.h.txt | 175 …int32_t SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string& strCmd) ov… 177 … int32_t SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string& strCmd) override;
|
H A D | ril_proxy.h.txt | 215 …int32_t SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string& strCmd) ov… 217 … int32_t SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string& strCmd) override; 493 …ic int32_t SimStkSendTerminalResponse_(int32_t slotId, int32_t serialId, const std::string& strCmd, 496 static int32_t SimStkSendEnvelope_(int32_t slotId, int32_t serialId, const std::string& strCmd,
|
H A D | ril_service.cpp.txt | 372 …RilService::SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string& strCmd) 377 int32_t RilService::SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string& strCmd)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | ril_service.h.txt | 169 …int32_t SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string& strCmd) ov… 171 … int32_t SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string& strCmd) override;
|
H A D | ril_proxy.h.txt | 209 …int32_t SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string& strCmd) ov… 211 … int32_t SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string& strCmd) override; 475 …ic int32_t SimStkSendTerminalResponse_(int32_t slotId, int32_t serialId, const std::string& strCmd, 478 static int32_t SimStkSendEnvelope_(int32_t slotId, int32_t serialId, const std::string& strCmd,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | ril_service.h.txt | 184 …int32_t SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string& strCmd) ov… 186 … int32_t SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string& strCmd) override;
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sim.c | 942 void ReqSimStkSendTerminalResponse(const ReqDataInfo *requestInfo, const char *strCmd) in ReqSimStkSendTerminalResponse() argument 949 int32_t result = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT+SPUSATTERMINAL=\"%s\"", strCmd); in ReqSimStkSendTerminalResponse() 973 void ReqSimStkSendEnvelope(const ReqDataInfo *requestInfo, const char *strCmd) in ReqSimStkSendEnvelope() argument 980 int32_t result = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT+SPUSATENVECMD=\"%s\"", strCmd); in ReqSimStkSendEnvelope()
|