Searched refs:IMS_START_DTMF (Results 1 – 7 of 7) sorted by relevance
40 IMS_START_DTMF = 5100, enumerator
49 IMS_START_DTMF, enumerator
103 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_START_DTMF), in); in StartDtmfResponse()
290 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_START_DTMF)); in StartDtmf()
77 requestFuncMap_[static_cast<uint32_t>(ImsCallCallbackInterfaceCode::IMS_START_DTMF)] = in InitConfigFuncMap()
58 memberFuncMap_[IMS_START_DTMF] = &ImsCallStub::OnStartDtmf; in InitDtmfFuncMap()
71 requestCallFuncMap_[ImsCallInterfaceCode::IMS_START_DTMF] = &ImsUnitTest::StartDtmf; in InitBasicFuncMap()