Searched refs:SendDtmfTest (Results 1 – 4 of 4) sorted by relevance
45 void SendDtmfTest(int32_t slotId);
209 void SendDtmfTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
175 memberFuncMap_[DiffInterfaceId::TEST_SEND_DTMF] = &TelRilTest::SendDtmfTest; in InitCall()1919 void TelRilTest::SendDtmfTest(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &hand… in SendDtmfTest() function in OHOS::Telephony::TelRilTest
316 void RilInterfaceTest::SendDtmfTest(int32_t slotId) in SendDtmfTest() function in OHOS::Telephony::RilInterfaceTest1319 memberFuncMap_[HREQ_CALL_SEND_DTMF] = &RilInterfaceTest::SendDtmfTest; in OnInitCallProcessInterface()