Home
last modified time | relevance | path

Searched refs:StopDtmfTest (Results 1 – 4 of 4) sorted by relevance

/base/telephony/ril_adapter/test/unittest/include/
Dril_interface_test.h47 void StopDtmfTest(int32_t slotId);
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test.h211 void StopDtmfTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
Dtel_ril_test.cpp177 memberFuncMap_[DiffInterfaceId::TEST_STOP_DTMF] = &TelRilTest::StopDtmfTest; in InitCall()
1951 void TelRilTest::StopDtmfTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &hand… in StopDtmfTest() function in OHOS::Telephony::TelRilTest
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp344 void RilInterfaceTest::StopDtmfTest(int32_t slotId) in StopDtmfTest() function in OHOS::Telephony::RilInterfaceTest
1321 memberFuncMap_[HREQ_CALL_STOP_DTMF] = &RilInterfaceTest::StopDtmfTest; in OnInitCallProcessInterface()