Home
last modified time | relevance | path

Searched refs:strCmd (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h375 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 Dstk_controller.h50 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 Dat_sim.h100 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 Dstk_controller.cpp491 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 Dsendsmsmoremode_fuzzer.cpp239 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 Dtel_ril_sim.h53 …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 Dtel_ril_manager.h241 …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 Dtel_ril_sim.cpp394 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 Dtel_ril_manager.cpp874 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 Dhril_sim.h45 int32_t SimStkSendTerminalResponse(int32_t serialId, const std::string &strCmd);
46 int32_t SimStkSendEnvelope(int32_t serialId, const std::string &strCmd);
H A Dhril_manager.h157 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 Dril_impl.cpp529 …_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 Dinterface_i_ril_v10.md85 …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 Dinterface_i_ril_v11.md87 …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 Dril_impl.h115 …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 Dhril_sim.cpp255 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 Dhril_manager.cpp760 …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 Di_tel_ril_manager.h218 … 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 Dril_service.h.txt175 …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 Dril_proxy.h.txt215 …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 Dril_service.cpp.txt372 …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 Dril_service.h.txt169 …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 Dril_proxy.h.txt209 …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 Dril_service.h.txt184 …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 Dat_sim.c942 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()

12