Searched refs:dtmfKey (Results 1 – 6 of 6) sorted by relevance
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 384 dtmfInfo.dtmfKey = sDTMFCode; in SendDtmf() 393 char dtmfKey[2]; in SendDtmf() local 394 dtmfKey[0] = cDTMFCode; in SendDtmf() 395 dtmfKey[1] = '\0'; in SendDtmf() 399 dtmfInfo.dtmfKey = dtmfKey; in SendDtmf() 408 char dtmfKey[2]; in StartDtmf() local 409 dtmfKey[0] = cDTMFCode; in StartDtmf() 410 dtmfKey[1] = '\0'; in StartDtmf() 414 dtmfInfo.dtmfKey = dtmfKey; in StartDtmf() 420 char dtmfKey[2]; in StopDtmf() local [all …]
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_call.cpp | 283 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StartDtmf() 291 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in SendDtmf() 302 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StopDtmf()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 91 const char *dtmfKey; member
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_interface_test.cpp | 325 cin >> dtmfInfo.dtmfKey; in SendDtmfTest() 326 cout << endl << "====>Send Dtmf Key: " << dtmfInfo.dtmfKey << endl; in SendDtmfTest() 338 cin >> dtmfInfo.dtmfKey; in StartDtmfTest() 339 cout << endl << "====>Start Dtmf Key: " << dtmfInfo.dtmfKey << endl; in StartDtmfTest() 350 cin >> dtmfInfo.dtmfKey; in StopDtmfTest() 351 cout << endl << "====>Start Dtmf Key: " << dtmfInfo.dtmfKey << endl; in StopDtmfTest()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_call.c | 620 …32_t ret = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT^DTMF=%d,%c,1,0", info.callId, info.dtmfKey[0]); in ReqStartDtmf() 644 if (info.dtmfKey == NULL) { in ReqSendDtmf() 651 …ret = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT^DTMF=%d,%c,%d,%d", info.callId, info.dtmfKey[string… in ReqSendDtmf() 675 …32_t ret = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT^DTMF=%d,%c,0,0", info.callId, info.dtmfKey[0]); in ReqStopDtmf()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_interface_test.cpp | 1149 dtmfInfo.dtmfKey = "#"; 1171 dtmfInfo.dtmfKey = "#"; 1193 dtmfInfo.dtmfKey = "#"; 1212 dtmfInfo.dtmfKey = "#"; 1231 dtmfInfo.dtmfKey = "#"; 1250 dtmfInfo.dtmfKey = "#";
|