Home
last modified time | relevance | path

Searched refs:ProcessPostDialCallChar (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp96 ProcessPostDialCallChar(slotId, c); in ProcessNextChar()
120 int32_t BaseConnection::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar() function in OHOS::Telephony::BaseConnection
H A Dcellular_call_connection_satellite.cpp162 int32_t CellularCallConnectionSatellite::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar() function in OHOS::Telephony::CellularCallConnectionSatellite
H A Dcellular_call_connection_cs.cpp300 int32_t CellularCallConnectionCS::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar() function in OHOS::Telephony::CellularCallConnectionCS
H A Dcellular_call_connection_ims.cpp362 int32_t CellularCallConnectionIMS::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar() function in OHOS::Telephony::CellularCallConnectionIMS
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp277 int32_t ret = cellularCallConnectionIMS->ProcessPostDialCallChar(slotId, c);
389 int32_t ret = cellularCallconnerctionSatellite->ProcessPostDialCallChar(slotId, '1');
484 EXPECT_EQ(baseConnection.ProcessPostDialCallChar(slotId, c), TELEPHONY_SUCCESS);
845 int32_t ret = cellularCallConnectionCS.ProcessPostDialCallChar(slotId, c);
850 ret = cellularCallConnectionCS.ProcessPostDialCallChar(slotId, c);
854 ret = cellularCallConnectionCS.ProcessPostDialCallChar(slotId, c);
858 ret = cellularCallConnectionCS.ProcessPostDialCallChar(slotId, c);
H A Dzero_branch1_test.cpp897 …ASSERT_EQ(cellularCallConnectionCS.ProcessPostDialCallChar(SIM1_SLOTID, cDtmfCode), TELEPHONY_SUCC…
/ohos5.0/base/telephony/cellular_call/services/connection/include/
H A Dcellular_call_connection_satellite.h126 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c) override;
H A Dbase_connection.h118 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c);
H A Dcellular_call_connection_cs.h189 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c) override;
H A Dcellular_call_connection_ims.h212 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c) override;