/base/telephony/cellular_call/services/connection/include/ |
H A D | cellular_call_connection_satellite.h | 97 * SendDtmfRequest 104 int32_t SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const;
|
H A D | cellular_call_connection_cs.h | 147 * SendDtmfRequest 154 int32_t SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const;
|
H A D | cellular_call_connection_ims.h | 171 int32_t SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const;
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_satellite.cpp | 114 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 D | cellular_call_connection_cs.cpp | 212 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 D | cellular_call_connection_ims.cpp | 278 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 D | ims_connection_test.cpp | 194 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 D | zero_branch_test.cpp | 992 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 D | ims2_test.cpp | 564 EXPECT_EQ(imsConnection.SendDtmfRequest(slotId, '1', 1), TELEPHONY_SUCCESS); in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 892 cellularCallConnectionCS.SendDtmfRequest(SIM2_SLOTID, cDtmfCode, 0); in HWTEST_F()
|
/base/telephony/cellular_call/services/control/include/ |
H A D | control_base.h | 402 return pConnection->SendDtmfRequest(callInfo.slotId, cDtmfCode, pConnection->GetIndex()); in SendDtmf()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 706 EXPECT_EQ(csConnection.SendDtmfRequest(slotId, '1', 1), CALL_ERR_RESOURCE_UNAVAILABLE); in HWTEST_F()
|