Home
last modified time | relevance | path

Searched defs:dtmfInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp1071 DtmfInfo dtmfInfo = {}; variable
1093 DtmfInfo dtmfInfo = {}; variable
1115 DtmfInfo dtmfInfo = {}; variable
1134 DtmfInfo dtmfInfo = {}; variable
1153 DtmfInfo dtmfInfo = {}; variable
1172 DtmfInfo dtmfInfo = {}; variable
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp455 HDI::Ril::V1_1::DtmfInfo dtmfInfo = {}; in SendDtmfString() local
470 HDI::Ril::V1_1::DtmfInfo dtmfInfo = {}; in SendDtmf() local
485 HDI::Ril::V1_1::DtmfInfo dtmfInfo = {}; in StartDtmf() local
497 HDI::Ril::V1_1::DtmfInfo dtmfInfo = {}; in StopDtmf() local
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp207 int32_t RilImpl::SendDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) in SendDtmf()
212 int32_t RilImpl::StartDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) in StartDtmf()
217 int32_t RilImpl::StopDtmf(int32_t slotId, int32_t serialId, const DtmfInfo &dtmfInfo) in StopDtmf()
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp328 DtmfInfo dtmfInfo = {}; in SendDtmfTest() local
344 DtmfInfo dtmfInfo = {}; in StartDtmfTest() local
356 DtmfInfo dtmfInfo = {}; in StopDtmfTest() local
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp376 int32_t HRilCall::StartDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo) in StartDtmf()
384 int32_t HRilCall::SendDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo) in SendDtmf()
395 int32_t HRilCall::StopDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo) in StopDtmf()
H A Dhril_manager.cpp554 …lManager::SendDtmf(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInf… in SendDtmf()
559 …Manager::StartDtmf(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInf… in StartDtmf()
564 …lManager::StopDtmf(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInf… in StopDtmf()