/base/telephony/call_manager/test/unittest/ui_client/ |
D | bluetooth_call_test.h | 72 void StopDtmf();
|
D | bluetooth_call_test.cpp | 233 …cMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_STOP_DTMF)] = &BluetoothCallTest::StopDtmf; in InitFunMap() 461 void BluetoothCallTest::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallTest 468 int32_t ret = g_bluetoothCallPtr->StopDtmf(); in StopDtmf()
|
/base/telephony/call_manager/frameworks/native/include/ |
D | bluetooth_call_proxy.h | 113 int32_t StopDtmf() override;
|
D | i_bluetooth_call.h | 60 virtual int32_t StopDtmf() = 0;
|
D | call_manager_service_proxy.h | 215 int32_t StopDtmf(int32_t callId) override;
|
D | call_manager_proxy.h | 69 int32_t StopDtmf(int32_t callId);
|
/base/telephony/call_manager/services/bluetooth/include/ |
D | bluetooth_call_service.h | 102 int32_t StopDtmf() override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | bluetooth_call_client.h | 44 int32_t StopDtmf();
|
D | call_manager_client.h | 54 int32_t StopDtmf(int32_t callId);
|
/base/telephony/call_manager/services/call/include/ |
D | carrier_call.h | 40 int32_t StopDtmf() override;
|
D | ott_call.h | 40 int32_t StopDtmf() override;
|
D | call_base.h | 52 virtual int32_t StopDtmf() = 0;
|
/base/telephony/call_manager/frameworks/native/src/ |
D | bluetooth_call_client.cpp | 199 int32_t BluetoothCallClient::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallClient 202 return g_bluetoothCallProxyPtr->StopDtmf(); in StopDtmf()
|
D | call_manager_client.cpp | 289 int32_t CallManagerClient::StopDtmf(int32_t callId) in StopDtmf() function in OHOS::Telephony::CallManagerClient 292 return g_callManagerProxy->StopDtmf(callId); in StopDtmf()
|
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/ |
D | bluetoothdialcall_fuzzer.cpp | 175 void StopDtmf(const uint8_t *data, size_t size) in StopDtmf() function 220 StopDtmf(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call/src/ |
D | carrier_call.cpp | 297 int32_t CarrierCall::StopDtmf() in StopDtmf() function in OHOS::Telephony::CarrierCall 308 return cellularCallConnectionPtr_->StopDtmf(callInfo); in StopDtmf()
|
/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_service.cpp | 232 int32_t BluetoothCallService::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallService 242 return callControlManagerPtr_->StopDtmf(callId); in StopDtmf()
|
D | bluetooth_call_stub.cpp | 186 result = StopDtmf(); in OnStopDtmf()
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
D | cellular_call_connection.h | 148 int StopDtmf(const CellularCallInfo &callInfo);
|
D | cellular_call_proxy.h | 180 int32_t StopDtmf(const CellularCallInfo &callInfo) override;
|
D | cellular_call_interface.h | 224 virtual int32_t StopDtmf(const CellularCallInfo &callInfo) = 0;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 261 void (*StopDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.h | 51 int32_t StopDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
D | call_fuzzer.cpp | 78 callObjectPtr->StopDtmf(); in CSCallFunc() 265 callObjectPtr->StopDtmf(); in OttCallFunc()
|
/base/telephony/cellular_call/services/control/include/ |
D | control_base.h | 367 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf() function
|