Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp98 ProcessPostDialCallChar(slotId, c); in ProcessNextChar()
122 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
/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.h216 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c) override;
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp277 int32_t ret = cellularCallConnectionIMS->ProcessPostDialCallChar(slotId, c); in HWTEST_F()
389 int32_t ret = cellularCallconnerctionSatellite->ProcessPostDialCallChar(slotId, '1'); in HWTEST_F()
477 * @tc.desc Function test ProcessPostDialCallChar
484 EXPECT_EQ(baseConnection.ProcessPostDialCallChar(slotId, c), TELEPHONY_SUCCESS); in HWTEST_F()
836 * @tc.name Test CellularCallConnectionCS ProcessPostDialCallChar
845 int32_t ret = cellularCallConnectionCS.ProcessPostDialCallChar(slotId, c); in HWTEST_F()
850 ret = cellularCallConnectionCS.ProcessPostDialCallChar(slotId, c); in HWTEST_F()
854 ret = cellularCallConnectionCS.ProcessPostDialCallChar(slotId, c); in HWTEST_F()
858 ret = cellularCallConnectionCS.ProcessPostDialCallChar(slotId, c); in HWTEST_F()
H A Dzero_branch1_test.cpp897 ASSERT_EQ(cellularCallConnectionCS.ProcessPostDialCallChar(SIM1_SLOTID, cDtmfCode), TELEPHONY_SUCCESS); in HWTEST_F()

Completed in 6 milliseconds