Home
last modified time | relevance | path

Searched refs:StopDtmf (Results 1 - 25 of 84) sorted by relevance

1234

/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h44 virtual int32_t StopDtmf() = 0;
H A Dbluetooth_call_proxy.h109 * StopDtmf
114 int32_t StopDtmf() override;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h74 void StopDtmf();
H A Dbluetooth_call_test.cpp232 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_STOP_DTMF)] = &BluetoothCallTest::StopDtmf; in InitFunMap()
407 void BluetoothCallTest::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallTest
409 std::cout << "------StopDtmf------" << std::endl; in StopDtmf()
410 int32_t ret = bluetoothCallClient.StopDtmf(); in StopDtmf()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h97 * StopDtmf
102 int32_t StopDtmf() override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h139 int32_t StopDtmf();
H A Dcellular_call_proxy.h198 int32_t StopDtmf(const CellularCallInfo &callInfo) override;
H A Dcellular_call_interface.h186 virtual int32_t StopDtmf(const CellularCallInfo &callInfo) = 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;
/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()
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.cpp316 ret = telephonyService->StopDtmf(callInfo); in HWTEST_F()
323 ret = telephonyService->StopDtmf(callInfo); in HWTEST_F()
349 ret = telephonyService->StopDtmf(stopDtmfCallInfo); in HWTEST_F()
356 ret = telephonyService->StopDtmf(stopDtmfCallInfo); in HWTEST_F()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp83 int32_t BluetoothCallProxy::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallProxy
H A Dbluetooth_call_client.cpp225 int32_t BluetoothCallClient::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallClient
229 return g_bluetoothCallProxyPtr->StopDtmf(); in StopDtmf()
/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()
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp255 int32_t BluetoothCallService::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallService
269 return callControlManagerPtr_->StopDtmf(callId); in StopDtmf()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h54 int32_t StopDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h708 void (*StopDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
/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
295 std::cout << "test StopDtmf entry." << std::endl; in StopDtmf()
302 return telephonyService->StopDtmf(callInfo); in StopDtmf()
523 "17:RegisterCallBack\n18:UnRegisterCallBack\n100:StartDtmf\n101:StopDtmf\n102:SendDtmf\n" in InputNumForInterface()
H A Dcs_test.h114 int32_t StopDtmf(const sptr<CellularCallInterface> &telephonyService) const;
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager4_gtest.cpp629 /********************************************* Test StopDtmf() ***********************************************/
633 * @tc.name Import callId abcd, test StopDtmf(), return non 0
643 EXPECT_NE(CallManagerGtest::clientPtr_->StopDtmf(callId), RETURN_VALUE_IS_ZERO); in HWTEST_F()
648 * @tc.name Import callId 100, test StopDtmf(), return non 0
658 EXPECT_NE(CallManagerGtest::clientPtr_->StopDtmf(callId), RETURN_VALUE_IS_ZERO); in HWTEST_F()
663 * @tc.name Import callId, test StopDtmf(), return non 0
672 EXPECT_NE(bluetoothCallClient.StopDtmf(), RETURN_VALUE_IS_ZERO); in HWTEST_F()
677 * @tc.name Import callId abcd, test StopDtmf(), return non 0
699 EXPECT_EQ(CallManagerGtest::clientPtr_->StopDtmf(g_newCallId), RETURN_VALUE_IS_ZERO); in HWTEST_F()
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h153 * StopDtmf
159 int StopDtmf(const CellularCallInfo &callInfo);
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h205 virtual int32_t StopDtmf(int32_t slotId, int32_t index) = 0;
/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h326 * StopDtmf
337 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf() function in OHOS::Telephony::ControlBase
348 TELEPHONY_LOGD("ControlBase::StopDtmf start"); in StopDtmf()
351 TELEPHONY_LOGE("StopDtmf, error type: connection is null"); in StopDtmf()
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h166 * IMS StopDtmf interface
172 int32_t StopDtmf(int32_t slotId, int32_t index) override;

Completed in 14 milliseconds

1234