Searched refs:SendDtmfString (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 184 …int SendDtmfString(const std::string &dtmfCodeStr, const std::string &phoneNum, PhoneNetType phone…
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 53 …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 D | sendsmsmoremode_fuzzer.cpp | 115 telRilCall->SendDtmfString(sDTMFCode, index, switchOn, switchOff, result); in GetCallList()
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | cellular_call_connection.cpp | 403 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 D | tel_ril_call.cpp | 452 int32_t TelRilCall::SendDtmfString(const std::string &sDTMFCode, int32_t index, int32_t switchOn, i… in SendDtmfString() function in OHOS::Telephony::TelRilCall
|
H A D | tel_ril_manager.cpp | 467 …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 D | zero_branch1_test.cpp | 534 …cellularCallConnection->SendDtmfString("", "", PhoneNetType::PHONE_TYPE_GSM, 1, 0), TELEPHONY_ERR_…
|