Home
last modified time | relevance | path

Searched refs:StartDtmf (Results 1 – 25 of 75) sorted by relevance

123

/base/telephony/call_manager/test/fuzztest/startdtmf_fuzzer/
Dstartdtmf_fuzzer.cpp43 void StartDtmf(const uint8_t *data, size_t size) in StartDtmf() function
106 StartDtmf(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.h71 void StartDtmf();
Dbluetooth_call_test.cpp232 …ap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_START_DTMF)] = &BluetoothCallTest::StartDtmf; in InitFunMap()
447 void BluetoothCallTest::StartDtmf() in StartDtmf() function in OHOS::Telephony::BluetoothCallTest
457 int32_t ret = g_bluetoothCallPtr->StartDtmf(c); in StartDtmf()
/base/telephony/call_manager/frameworks/native/include/
Dbluetooth_call_proxy.h105 int32_t StartDtmf(char str) override;
Di_bluetooth_call.h59 virtual int32_t StartDtmf(char str) = 0;
Dcall_manager_service_proxy.h206 int32_t StartDtmf(int32_t callId, char str) override;
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_call_service.h94 int32_t StartDtmf(char str) override;
/base/telephony/call_manager/interfaces/innerkits/
Dbluetooth_call_client.h43 int32_t StartDtmf(char str);
Dcall_manager_client.h53 int32_t StartDtmf(int32_t callId, char str);
/base/telephony/call_manager/services/call/include/
Dcarrier_call.h39 int32_t StartDtmf(char str) override;
Dott_call.h39 int32_t StartDtmf(char str) override;
Dcall_base.h51 virtual int32_t StartDtmf(char str) = 0;
/base/telephony/call_manager/frameworks/native/src/
Dbluetooth_call_client.cpp189 int32_t BluetoothCallClient::StartDtmf(char str) in StartDtmf() function in OHOS::Telephony::BluetoothCallClient
192 return g_bluetoothCallProxyPtr->StartDtmf(str); in StartDtmf()
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
Dbluetoothdialcall_fuzzer.cpp161 void StartDtmf(const uint8_t *data, size_t size) in StartDtmf() function
219 StartDtmf(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/src/
Dcarrier_call.cpp283 int32_t CarrierCall::StartDtmf(char str) in StartDtmf() function in OHOS::Telephony::CarrierCall
294 return cellularCallConnectionPtr_->StartDtmf(str, callInfo); in StartDtmf()
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_service.cpp211 int32_t BluetoothCallService::StartDtmf(char str) in StartDtmf() function in OHOS::Telephony::BluetoothCallService
225 return callControlManagerPtr_->StartDtmf(callId, str); in StartDtmf()
Dbluetooth_call_stub.cpp174 result = StartDtmf(str); in OnStartDtmf()
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
Dsetpreviewwindow_fuzzer.cpp162 void StartDtmf(const uint8_t *data, size_t size) in StartDtmf() function
249 StartDtmf(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h139 int StartDtmf(char cDTMFCode, const CellularCallInfo &callInfo);
Dcellular_call_proxy.h172 int32_t StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) override;
Dcellular_call_interface.h216 virtual int32_t StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) = 0;
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h259 void (*StartDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h49 int32_t StartDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp77 callObjectPtr->StartDtmf(static_cast<char>(*data)); in CSCallFunc()
110 callObjectPtr->StartDtmf(static_cast<char>(*data)); in DialingProcess()
/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h327 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf() function

123