Searched refs:ProcessPostDialCallChar (Results 1 - 10 of 10) sorted by relevance
/base/telephony/cellular_call/services/connection/src/ |
H A D | base_connection.cpp | 98 ProcessPostDialCallChar(slotId, c); in ProcessNextChar() 122 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
|
/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 | 216 virtual int32_t ProcessPostDialCallChar(int32_t slotId, char c) override;
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_connection_test.cpp | 277 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 D | zero_branch1_test.cpp | 897 ASSERT_EQ(cellularCallConnectionCS.ProcessPostDialCallChar(SIM1_SLOTID, cDtmfCode), TELEPHONY_SUCCESS); in HWTEST_F()
|
Completed in 6 milliseconds