Home
last modified time | relevance | path

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

12345

/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.cpp316 ret = telephonyService->StopDtmf(callInfo);
323 ret = telephonyService->StopDtmf(callInfo);
349 ret = telephonyService->StopDtmf(stopDtmfCallInfo);
356 ret = telephonyService->StopDtmf(stopDtmfCallInfo);
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp209 int32_t BluetoothCallClient::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallClient
212 return g_bluetoothCallProxyPtr->StopDtmf(); in StopDtmf()
H A Dbluetooth_call_proxy.cpp83 int32_t BluetoothCallProxy::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallProxy
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp173 void StopDtmf(const uint8_t *data, size_t size) in StopDtmf() function
218 StopDtmf(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h44 virtual int32_t StopDtmf() = 0;
H A Dbluetooth_call_proxy.h114 int32_t StopDtmf() override;
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h102 int32_t StopDtmf() override;
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h74 void StopDtmf();
H A 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()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h139 int32_t StopDtmf();
H A Dcall_manager_client.h278 int32_t StopDtmf(int32_t callId);
H A Dcellular_call_interface.h186 virtual int32_t StopDtmf(const CellularCallInfo &callInfo) = 0;
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcarrier_call.h40 int32_t StopDtmf() override;
H A Dott_call.h40 int32_t StopDtmf() override;
H A Dcall_base.h53 virtual int32_t StopDtmf() = 0;
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp254 int32_t BluetoothCallService::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallService
268 return callControlManagerPtr_->StopDtmf(callId); in StopDtmf()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcarrier_call.cpp310 int32_t CarrierCall::StopDtmf() in StopDtmf() function in OHOS::Telephony::CarrierCall
321 return cellularCallConnectionPtr_->StopDtmf(callInfo); in StopDtmf()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp87 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::STOP_DTMF)] = &CsTest::StopDtmf; in SetUp()
293 int32_t CsTest::StopDtmf(const sptr<CellularCallInterface> &telephonyService) const in StopDtmf() function in OHOS::Telephony::CsTest
302 return telephonyService->StopDtmf(callInfo); in StopDtmf()
H A Dcs_test.h112 int32_t StopDtmf(const sptr<CellularCallInterface> &telephonyService) const;
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager4_gtest.cpp643 EXPECT_NE(CallManagerGtest::clientPtr_->StopDtmf(callId), RETURN_VALUE_IS_ZERO);
658 EXPECT_NE(CallManagerGtest::clientPtr_->StopDtmf(callId), RETURN_VALUE_IS_ZERO);
673 EXPECT_NE(CallManagerGtest::blueToothClientPtr_->StopDtmf(), RETURN_VALUE_IS_ZERO);
700 EXPECT_EQ(CallManagerGtest::clientPtr_->StopDtmf(g_newCallId), RETURN_VALUE_IS_ZERO);
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h54 int32_t StopDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h336 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf() function
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h708 void (*StopDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h159 int StopDtmf(const CellularCallInfo &callInfo);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h172 int32_t StopDtmf(int32_t slotId, int32_t index) override;

12345