Home
last modified time | relevance | path

Searched refs:SendDtmfRequest (Results 1 - 12 of 12) sorted by relevance

/base/telephony/cellular_call/services/connection/include/
H A Dcellular_call_connection_satellite.h97 * SendDtmfRequest
104 int32_t SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const;
H A Dcellular_call_connection_cs.h147 * SendDtmfRequest
154 int32_t SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const;
H A Dcellular_call_connection_ims.h171 int32_t SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const;
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_satellite.cpp114 int32_t CellularCallConnectionSatellite::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in SendDtmfRequest() function in OHOS::Telephony::CellularCallConnectionSatellite
116 TELEPHONY_LOGI("CellularCallConnectionSatellite::SendDtmfRequest start."); in SendDtmfRequest()
118 TELEPHONY_LOGE("SendDtmfRequest return, error type: GetInstance() is nullptr."); in SendDtmfRequest()
123 TELEPHONY_LOGE("SendDtmfRequest return, error type: handle is nullptr."); in SendDtmfRequest()
165 SendDtmfRequest(slotId, c, GetIndex()); in ProcessPostDialCallChar()
170 TELEPHONY_LOGE("SendDtmfRequest return, error type: handle is nullptr."); in ProcessPostDialCallChar()
H A Dcellular_call_connection_cs.cpp212 int32_t CellularCallConnectionCS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in SendDtmfRequest() function in OHOS::Telephony::CellularCallConnectionCS
214 TELEPHONY_LOGI("CellularCallConnectionCS::SendDtmfRequest start."); in SendDtmfRequest()
216 TELEPHONY_LOGE("SendDtmfRequest return, error type: GetInstance() is nullptr."); in SendDtmfRequest()
221 TELEPHONY_LOGE("SendDtmfRequest return, error type: handle is nullptr."); in SendDtmfRequest()
303 SendDtmfRequest(slotId, c, GetIndex()); in ProcessPostDialCallChar()
308 TELEPHONY_LOGE("SendDtmfRequest return, error type: handle is nullptr."); in ProcessPostDialCallChar()
H A Dcellular_call_connection_ims.cpp278 int32_t CellularCallConnectionIMS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in SendDtmfRequest() function in OHOS::Telephony::CellularCallConnectionIMS
365 SendDtmfRequest(slotId, c, GetIndex()); in ProcessPostDialCallChar()
370 TELEPHONY_LOGE("SendDtmfRequest return, error type: handle is nullptr."); in ProcessPostDialCallChar()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp194 int32_t ret = cellularCallConnectionIMS->SendDtmfRequest(slotId, cDtmfCode, lastCallsDataFlag); in HWTEST_F()
326 int32_t ret = cellularCallconnerctionSatellite->SendDtmfRequest(slotId, '1', index); in HWTEST_F()
340 int32_t ret = cellularCallconnerctionSatellite->SendDtmfRequest(slotId, '1', index); in HWTEST_F()
770 int32_t ret = cellularCallConnectionCS.SendDtmfRequest(slotId, cDtmfCode, index); in HWTEST_F()
H A Dzero_branch_test.cpp992 ASSERT_EQ(callConn.SendDtmfRequest(SIM1_SLOTID, '*', 0), INVALID_VALUE); in HWTEST_F()
1011 ASSERT_EQ(callConn.SendDtmfRequest(SIM1_SLOTID, '*', 0), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dims2_test.cpp564 EXPECT_EQ(imsConnection.SendDtmfRequest(slotId, '1', 1), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dzero_branch1_test.cpp892 cellularCallConnectionCS.SendDtmfRequest(SIM2_SLOTID, cDtmfCode, 0); in HWTEST_F()
/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h402 return pConnection->SendDtmfRequest(callInfo.slotId, cDtmfCode, pConnection->GetIndex()); in SendDtmf()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp706 EXPECT_EQ(csConnection.SendDtmfRequest(slotId, '1', 1), CALL_ERR_RESOURCE_UNAVAILABLE); in HWTEST_F()

Completed in 12 milliseconds