Home
last modified time | relevance | path

Searched refs:SendDtmfString (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h184 …int SendDtmfString(const std::string &dtmfCodeStr, const std::string &phoneNum, PhoneNetType phone…
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h53 …int32_t SendDtmfString(const std::string &sDTMFCode, int32_t index, int32_t switchOn, int32_t swit…
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp115 telRilCall->SendDtmfString(sDTMFCode, index, switchOn, switchOff, result); in GetCallList()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp403 int CellularCallConnection::SendDtmfString(const std::string &dtmfCodeStr, const std::string &phone… in SendDtmfString() function in OHOS::Telephony::CellularCallConnection
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp452 int32_t TelRilCall::SendDtmfString(const std::string &sDTMFCode, int32_t index, int32_t switchOn, i… in SendDtmfString() function in OHOS::Telephony::TelRilCall
H A Dtel_ril_manager.cpp467 …return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::SendDtmfString, dt… in SendDtmf()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp534 …cellularCallConnection->SendDtmfString("", "", PhoneNetType::PHONE_TYPE_GSM, 1, 0), TELEPHONY_ERR_…