Searched defs:dtmfInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_call_test.cpp | 1071 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 D | tel_ril_call.cpp | 455 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 D | ril_impl.cpp | 207 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 D | ril_interface_test.cpp | 328 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 D | hril_call.cpp | 376 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 D | hril_manager.cpp | 554 …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()
|