Home
last modified time | relevance | path

Searched defs:strCmd (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp491 int32_t StkController::SendTerminalResponseCmd(const std::string &strCmd) in SendTerminalResponseCmd()
523 int32_t StkController::SendEnvelopeCmd(const std::string &strCmd) in SendEnvelopeCmd()
/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()
399 int32_t TelRilSim::SimStkSendEnvelope(const std::string &strCmd, const AppExecFwk::InnerEvent::Poin… in SimStkSendEnvelope()
H A Dtel_ril_manager.cpp874 int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) in SendTerminalResponseCmd()
880 int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) in SendEnvelopeCmd()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sim.c942 void ReqSimStkSendTerminalResponse(const ReqDataInfo *requestInfo, const char *strCmd) in ReqSimStkSendTerminalResponse()
973 void ReqSimStkSendEnvelope(const ReqDataInfo *requestInfo, const char *strCmd) in ReqSimStkSendEnvelope()
/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()
534 int32_t RilImpl::SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope()
/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()
265 int32_t HRilSim::SimStkSendEnvelope(int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope()
H A Dhril_manager.cpp760 …RilManager::SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendTerminalResponse()
765 int32_t HRilManager::SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp710 std::string strCmd; in OnRequestSendTerminalResponseCmdTest() local
726 std::string strCmd; in OnRequestSendEnvelopeCmdTest() local
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp227 string strCmd = "ping -c3 www.openharmony.cn"; in GetCmdResult() local
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2717 std::string strCmd = ""; variable