Lines Matching refs:dtmfInfo
279 int32_t HRilCall::StartDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_0::DtmfInfo &dtmfInfo) in StartDtmf() argument
282 info.callId = dtmfInfo.callId; in StartDtmf()
283 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StartDtmf()
287 int32_t HRilCall::SendDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_0::DtmfInfo &dtmfInfo) in SendDtmf() argument
290 info.callId = dtmfInfo.callId; in SendDtmf()
291 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in SendDtmf()
292 info.onLength = dtmfInfo.onLength; in SendDtmf()
293 info.offLength = dtmfInfo.offLength; in SendDtmf()
294 info.stringLength = dtmfInfo.stringLength; in SendDtmf()
298 int32_t HRilCall::StopDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_0::DtmfInfo &dtmfInfo) in StopDtmf() argument
301 info.callId = dtmfInfo.callId; in StopDtmf()
302 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StopDtmf()