/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | satellite_test.cpp | 316 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 D | bluetooth_call_client.cpp | 209 int32_t BluetoothCallClient::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallClient 212 return g_bluetoothCallProxyPtr->StopDtmf(); in StopDtmf()
|
H A D | bluetooth_call_proxy.cpp | 83 int32_t BluetoothCallProxy::StopDtmf() in StopDtmf() function in OHOS::Telephony::BluetoothCallProxy
|
/ohos5.0/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()
|
/ohos5.0/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 | 114 int32_t StopDtmf() override;
|
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/ |
H A D | bluetooth_call_service.h | 102 int32_t StopDtmf() override;
|
/ohos5.0/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 | 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()
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | bluetooth_call_client.h | 139 int32_t StopDtmf();
|
H A D | call_manager_client.h | 278 int32_t StopDtmf(int32_t callId);
|
H A D | cellular_call_interface.h | 186 virtual int32_t StopDtmf(const CellularCallInfo &callInfo) = 0;
|
/ohos5.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;
|
H A D | call_base.h | 53 virtual int32_t StopDtmf() = 0;
|
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_service.cpp | 254 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 D | carrier_call.cpp | 310 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 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 302 return telephonyService->StopDtmf(callInfo); in StopDtmf()
|
H A D | cs_test.h | 112 int32_t StopDtmf(const sptr<CellularCallInterface> &telephonyService) const;
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager4_gtest.cpp | 643 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 D | ims_unit_test.h | 54 int32_t StopDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | control_base.h | 336 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf() function
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 708 void (*StopDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 159 int StopDtmf(const CellularCallInfo &callInfo);
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 172 int32_t StopDtmf(int32_t slotId, int32_t index) override;
|