Searched refs:switchOn (Results 1 – 7 of 7) sorted by relevance
/base/telephony/call_manager/services/telephony_interaction/include/ |
D | cellular_call_connection.h | 184 int32_t switchOn, int32_t switchOff);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | telephony_types.h | 277 int32_t switchOn = 0; member
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
D | sendsmsmoremode_fuzzer.cpp | 88 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/ |
D | tel_ril_call.h | 53 … int32_t SendDtmf(const std::string &sDTMFCode, int32_t index, int32_t switchOn, int32_t switchOff,
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 459 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()
|
D | tel_ril_manager.cpp | 415 dtmfParam.sDTMFCode, dtmfParam.index, dtmfParam.switchOn, dtmfParam.switchOff); in SendDtmf()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
D | cellular_call_connection.cpp | 404 PhoneNetType phoneNetType, int32_t switchOn, int32_t switchOff) in SendDtmfString() argument
|