/base/telephony/call_manager/frameworks/native/include/ |
D | i_bluetooth_call.h | 44 virtual int32_t StopDtmf() = 0;
|
D | bluetooth_call_proxy.h | 114 int32_t StopDtmf() override;
|
D | call_manager_service_proxy.h | 216 int32_t StopDtmf(int32_t callId) override;
|
/base/telephony/call_manager/services/bluetooth/include/ |
D | bluetooth_call_service.h | 102 int32_t StopDtmf() override;
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | bluetooth_call_test.h | 74 void StopDtmf();
|
D | bluetooth_call_test.cpp | 237 …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/ |
D | bluetooth_call_client.h | 139 int32_t StopDtmf();
|
D | cellular_call_interface.h | 176 virtual int32_t StopDtmf(const CellularCallInfo &callInfo) = 0;
|
D | call_manager_client.h | 263 int32_t StopDtmf(int32_t callId);
|
D | cellular_call_proxy.h | 189 int32_t StopDtmf(const CellularCallInfo &callInfo) override;
|
/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 | 209 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/ |
D | bluetoothdialcall_fuzzer.cpp | 188 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/ |
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 | 211 result = StopDtmf(); in OnStopDtmf()
|
/base/telephony/call_manager/services/call/src/ |
D | carrier_call.cpp | 314 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/ |
D | cellular_call_connection.h | 158 int StopDtmf(const CellularCallInfo &callInfo);
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.h | 54 int32_t StopDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 688 void (*StopDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
|
/base/telephony/cellular_call/services/control/include/ |
D | control_base.h | 344 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf() function
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
D | call_fuzzer.cpp | 78 callObjectPtr->StopDtmf(); in CSCallFunc() 269 callObjectPtr->StopDtmf(); in OttCallFunc()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.h | 112 int32_t StopDtmf(const sptr<CellularCallInterface> &telephonyService) const;
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
D | ims_call.h | 172 int32_t StopDtmf(int32_t slotId, int32_t index) override;
|