Lines Matching refs:dtmfInfo
376 int32_t HRilCall::StartDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo)
379 info.callId = dtmfInfo.callId;
380 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey);
384 int32_t HRilCall::SendDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo)
387 info.callId = dtmfInfo.callId;
388 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey);
389 info.onLength = dtmfInfo.onLength;
390 info.offLength = dtmfInfo.offLength;
391 info.stringLength = dtmfInfo.stringLength;
395 int32_t HRilCall::StopDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo)
398 info.callId = dtmfInfo.callId;
399 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey);