Searched refs:sDTMFCode (Results 1 – 5 of 5) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_types.h | 285 std::string sDTMFCode = ""; member
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
D | sendsmsmoremode_fuzzer.cpp | 93 std::string sDTMFCode(reinterpret_cast<const char *>(data), size); in GetCallList() 123 telRilCall->SendDtmf(sDTMFCode, index, switchOn, switchOff, result); in GetCallList()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 459 int32_t TelRilCall::SendDtmf(const std::string &sDTMFCode, int32_t index, int32_t switchOn, int32_t… in SendDtmf() argument 464 dtmfInfo.dtmfKey = sDTMFCode; in SendDtmf() 467 dtmfInfo.stringLength = sDTMFCode.length(); in SendDtmf()
|
D | tel_ril_manager.cpp | 415 dtmfParam.sDTMFCode, dtmfParam.index, dtmfParam.switchOn, dtmfParam.switchOff); in SendDtmf()
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_call.h | 53 … int32_t SendDtmf(const std::string &sDTMFCode, int32_t index, int32_t switchOn, int32_t switchOff,
|