Home
last modified time | relevance | path

Searched refs:StopDtmfRequest (Results 1 – 8 of 8) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/
Ddialrequest_fuzzer.cpp48 cellularCallConnectionCS->StopDtmfRequest(slotId, index); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/connection/include/
Dcellular_call_connection_cs.h173 int32_t StopDtmfRequest(int32_t slotId, int32_t index) const;
Dcellular_call_connection_ims.h199 int32_t StopDtmfRequest(int32_t slotId, int32_t index) const;
/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h361 return pConnection->StopDtmfRequest(callInfo.slotId, pConnection->GetIndex()); in StopDtmf()
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_cs.cpp243 int32_t CellularCallConnectionCS::StopDtmfRequest(int32_t slotId, int32_t index) const in StopDtmfRequest() function in OHOS::Telephony::CellularCallConnectionCS
Dcellular_call_connection_ims.cpp332 int32_t CellularCallConnectionIMS::StopDtmfRequest(int32_t slotId, int32_t index) const in StopDtmfRequest() function in OHOS::Telephony::CellularCallConnectionIMS
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1639 EXPECT_EQ(imsConnection.StopDtmfRequest(slotId, 1), TELEPHONY_SUCCESS);
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp2323 EXPECT_EQ(csConnection.StopDtmfRequest(slotId, 1), CALL_ERR_RESOURCE_UNAVAILABLE);