Home
last modified time | relevance | path

Searched refs:switchOn (Results 1 – 7 of 7) sorted by relevance

/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h184 int32_t switchOn, int32_t switchOff);
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h277 int32_t switchOn = 0; member
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
Dsendsmsmoremode_fuzzer.cpp88 int32_t switchOn = static_cast<int32_t>(size); in GetCallList() local
123 telRilCall->SendDtmf(sDTMFCode, index, switchOn, switchOff, result); in GetCallList()
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_call.h53 … int32_t SendDtmf(const std::string &sDTMFCode, int32_t index, int32_t switchOn, int32_t switchOff,
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_call.cpp459 int32_t TelRilCall::SendDtmf(const std::string &sDTMFCode, int32_t index, int32_t switchOn, int32_t… in SendDtmf() argument
465 dtmfInfo.onLength = switchOn; in SendDtmf()
Dtel_ril_manager.cpp415 dtmfParam.sDTMFCode, dtmfParam.index, dtmfParam.switchOn, dtmfParam.switchOff); in SendDtmf()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp404 PhoneNetType phoneNetType, int32_t switchOn, int32_t switchOff) in SendDtmfString() argument