Searched refs:dtmfKey (Results 1 - 6 of 6) sorted by relevance
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 457 dtmfInfo.dtmfKey = sDTMFCode; in SendDtmfString() 466 char dtmfKey[2]; in SendDtmf() local 467 dtmfKey[0] = cDTMFCode; in SendDtmf() 468 dtmfKey[1] = '\0'; in SendDtmf() 472 dtmfInfo.dtmfKey = dtmfKey; in SendDtmf() 481 char dtmfKey[2]; in StartDtmf() local 482 dtmfKey[0] = cDTMFCode; in StartDtmf() 483 dtmfKey[1] = '\0'; in StartDtmf() 487 dtmfInfo.dtmfKey in StartDtmf() 493 char dtmfKey[2]; StopDtmf() local [all...] |
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 157 const char *dtmfKey; member
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_call_test.cpp | 1073 dtmfInfo.dtmfKey = "#"; in HWTEST_F() 1095 dtmfInfo.dtmfKey = "#"; in HWTEST_F() 1117 dtmfInfo.dtmfKey = "#"; in HWTEST_F() 1136 dtmfInfo.dtmfKey = "#"; in HWTEST_F() 1155 dtmfInfo.dtmfKey = "#"; in HWTEST_F() 1174 dtmfInfo.dtmfKey = "#"; in HWTEST_F()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 380 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StartDtmf() 388 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in SendDtmf() 399 info.dtmfKey = StringToCString(dtmfInfo.dtmfKey); in StopDtmf()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 334 cin >> dtmfInfo.dtmfKey;
in SendDtmfTest() 335 cout << endl << "====>Send Dtmf Key: " << dtmfInfo.dtmfKey << endl;
in SendDtmfTest() 347 cin >> dtmfInfo.dtmfKey;
in StartDtmfTest() 348 cout << endl << "====>Start Dtmf Key: " << dtmfInfo.dtmfKey << endl;
in StartDtmfTest() 359 cin >> dtmfInfo.dtmfKey;
in StopDtmfTest() 360 cout << endl << "====>Start Dtmf Key: " << dtmfInfo.dtmfKey << endl;
in StopDtmfTest()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_call.c | 625 int32_t ret = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT^DTMF=%d,%c,1,0", info.callId, info.dtmfKey[0]); in ReqStartDtmf() 649 if (info.dtmfKey == NULL) { in ReqSendDtmf() 656 ret = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT^DTMF=%d,%c,%d,%d", info.callId, info.dtmfKey[stringLength], in ReqSendDtmf() 680 int32_t ret = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT^DTMF=%d,%c,0,0", info.callId, info.dtmfKey[0]); in ReqStopDtmf()
|
Completed in 14 milliseconds