Searched refs:ProcessPostDialCallChar (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/connection/src/ |
H A D | base_connection.cpp | 96 ProcessPostDialCallChar(slotId, c); in ProcessNextChar() 120 int32_t BaseConnection::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar() function in OHOS::Telephony::BaseConnection
|
H A D | cellular_call_connection_satellite.cpp | 162 int32_t CellularCallConnectionSatellite::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar() function in OHOS::Telephony::CellularCallConnectionSatellite
|
H A D | cellular_call_connection_cs.cpp | 300 int32_t CellularCallConnectionCS::ProcessPostDialCallChar(int32_t slotId, char c) in ProcessPostDialCallChar() function in OHOS::Telephony::CellularCallConnectionCS
|
H A D | cellular_call_connection_ims.cpp | 362 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 D | ims_connection_test.cpp | 277 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 D | zero_branch1_test.cpp | 897 …ASSERT_EQ(cellularCallConnectionCS.ProcessPostDialCallChar(SIM1_SLOTID, cDtmfCode), TELEPHONY_SUCC…
|
/ohos5.0/base/telephony/cellular_call/services/connection/include/ |
H A D | cellular_call_connection_satellite.h | 126 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c) override;
|
H A D | base_connection.h | 118 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c);
|
H A D | cellular_call_connection_cs.h | 189 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c) override;
|
H A D | cellular_call_connection_ims.h | 212 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c) override;
|