Home
last modified time | relevance | path

Searched refs:StopDtmf (Results 1 – 25 of 74) sorted by relevance

123

/base/telephony/call_manager/frameworks/native/include/
Di_bluetooth_call.h44 virtual int32_t StopDtmf() = 0;
Dbluetooth_call_proxy.h114 int32_t StopDtmf() override;
Dcall_manager_service_proxy.h216 int32_t StopDtmf(int32_t callId) override;
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_call_service.h102 int32_t StopDtmf() override;
/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.h74 void StopDtmf();
Dbluetooth_call_test.cpp237 …cMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_STOP_DTMF)] = &BluetoothCallTest::StopDtmf; in InitFunMap()
476 void BluetoothCallTest::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallTest
483 int32_t ret = g_bluetoothCallPtr->StopDtmf(); in StopDtmf()
/base/telephony/call_manager/interfaces/innerkits/
Dbluetooth_call_client.h139 int32_t StopDtmf();
Dcellular_call_interface.h176 virtual int32_t StopDtmf(const CellularCallInfo &callInfo) = 0;
Dcall_manager_client.h263 int32_t StopDtmf(int32_t callId);
Dcellular_call_proxy.h189 int32_t StopDtmf(const CellularCallInfo &callInfo) override;
/base/telephony/call_manager/services/call/include/
Dcarrier_call.h40 int32_t StopDtmf() override;
Dott_call.h40 int32_t StopDtmf() override;
Dcall_base.h52 virtual int32_t StopDtmf() = 0;
/base/telephony/call_manager/frameworks/native/src/
Dbluetooth_call_client.cpp209 int32_t BluetoothCallClient::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallClient
212 return g_bluetoothCallProxyPtr->StopDtmf(); in StopDtmf()
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
Dbluetoothdialcall_fuzzer.cpp188 void StopDtmf(const uint8_t *data, size_t size) in StopDtmf() function
233 StopDtmf(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_service.cpp232 int32_t BluetoothCallService::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallService
242 return callControlManagerPtr_->StopDtmf(callId); in StopDtmf()
Dbluetooth_call_stub.cpp211 result = StopDtmf(); in OnStopDtmf()
/base/telephony/call_manager/services/call/src/
Dcarrier_call.cpp314 int32_t CarrierCall::StopDtmf() in StopDtmf() function in OHOS::Telephony::CarrierCall
325 return cellularCallConnectionPtr_->StopDtmf(callInfo); in StopDtmf()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h158 int StopDtmf(const CellularCallInfo &callInfo);
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h54 int32_t StopDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h688 void (*StopDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h344 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf() function
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp78 callObjectPtr->StopDtmf(); in CSCallFunc()
269 callObjectPtr->StopDtmf(); in OttCallFunc()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.h112 int32_t StopDtmf(const sptr<CellularCallInterface> &telephonyService) const;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
Dims_call.h172 int32_t StopDtmf(int32_t slotId, int32_t index) override;

123