/base/telephony/call_manager/frameworks/native/include/ |
H A D | i_bluetooth_call.h | 44 virtual int32_t StopDtmf() = 0;
|
H A D | bluetooth_call_proxy.h | 109 * StopDtmf 114 int32_t StopDtmf() override;
|
/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | bluetooth_call_test.h | 74 void StopDtmf();
|
H A D | bluetooth_call_test.cpp | 232 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 D | bluetooth_call_service.h | 97 * StopDtmf 102 int32_t StopDtmf() override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | bluetooth_call_client.h | 139 int32_t StopDtmf();
|
H A D | cellular_call_proxy.h | 198 int32_t StopDtmf(const CellularCallInfo &callInfo) override;
|
H A D | cellular_call_interface.h | 186 virtual int32_t StopDtmf(const CellularCallInfo &callInfo) = 0;
|
/base/telephony/call_manager/services/call/include/ |
H A D | carrier_call.h | 40 int32_t StopDtmf() override;
|
H A D | ott_call.h | 40 int32_t StopDtmf() override;
|
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/ |
H A D | bluetoothdialcall_fuzzer.cpp | 173 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 D | satellite_test.cpp | 316 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 D | bluetooth_call_proxy.cpp | 83 int32_t BluetoothCallProxy::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallProxy
|
H A D | bluetooth_call_client.cpp | 225 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 D | carrier_call.cpp | 310 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 D | bluetooth_call_service.cpp | 255 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 D | ims_unit_test.h | 54 int32_t StopDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 708 void (*StopDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 87 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 D | cs_test.h | 114 int32_t StopDtmf(const sptr<CellularCallInterface> &telephonyService) const;
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager4_gtest.cpp | 629 /********************************************* 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 D | cellular_call_connection.h | 153 * StopDtmf 159 int StopDtmf(const CellularCallInfo &callInfo);
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 205 virtual int32_t StopDtmf(int32_t slotId, int32_t index) = 0;
|
/base/telephony/cellular_call/services/control/include/ |
H A D | control_base.h | 326 * 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 D | ims_call.h | 166 * IMS StopDtmf interface 172 int32_t StopDtmf(int32_t slotId, int32_t index) override;
|