Searched defs:strCmd (Results 1 - 9 of 9) sorted by relevance
/base/telephony/core_service/services/sim/src/ |
H A D | stk_controller.cpp | 503 int32_t StkController::SendTerminalResponseCmd(const std::string &strCmd) in SendTerminalResponseCmd() argument 535 int32_t StkController::SendEnvelopeCmd(const std::string &strCmd) in SendEnvelopeCmd() argument
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_test.cpp | 235 string strCmd = "ping -c3 www.openharmony.cn"; in GetCmdResult() local
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 399 int32_t TelRilSim::SimStkSendEnvelope(const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) in SimStkSendEnvelope() argument 393 SimStkSendTerminalResponse( const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) SimStkSendTerminalResponse() argument
|
H A D | tel_ril_manager.cpp | 884 SendTerminalResponseCmd( int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) SendTerminalResponseCmd() argument 890 SendEnvelopeCmd( int32_t slotId, const std::string &strCmd, const AppExecFwk::InnerEvent::Pointer &response) SendEnvelopeCmd() argument
|
/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 973 void ReqSimStkSendEnvelope(const ReqDataInfo *requestInfo, const char *strCmd) in ReqSimStkSendEnvelope() argument
|
/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 265 int32_t HRilSim::SimStkSendEnvelope(int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope() argument
|
H A D | hril_manager.cpp | 756 int32_t HRilManager::SimStkSendTerminalResponse(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendTerminalResponse() argument 761 int32_t HRilManager::SimStkSendEnvelope(int32_t slotId, int32_t serialId, const std::string &strCmd) in SimStkSendEnvelope() argument
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 710 std::string strCmd; in OnRequestSendTerminalResponseCmdTest() local 712 std::cin >> strCmd; in OnRequestSendTerminalResponseCmdTest() local 726 std::string strCmd; in OnRequestSendEnvelopeCmdTest() local 728 std::cin >> strCmd; in OnRequestSendEnvelopeCmdTest() local
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 2713 std::string strCmd = ""; in HWTEST_F() local
|
Completed in 27 milliseconds