Lines Matching refs:dtmfInfo
281 int32_t HRilCall::StartDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo) in StartDtmf() argument
284 info.callId = dtmfInfo.callId; in StartDtmf()
285 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StartDtmf()
289 int32_t HRilCall::SendDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo) in SendDtmf() argument
292 info.callId = dtmfInfo.callId; in SendDtmf()
293 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in SendDtmf()
294 info.onLength = dtmfInfo.onLength; in SendDtmf()
295 info.offLength = dtmfInfo.offLength; in SendDtmf()
296 info.stringLength = dtmfInfo.stringLength; in SendDtmf()
300 int32_t HRilCall::StopDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo) in StopDtmf() argument
303 info.callId = dtmfInfo.callId; in StopDtmf()
304 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StopDtmf()