Home
last modified time | relevance | path

Searched refs:ProcessNextChar (Results 1 - 7 of 7) sorted by relevance

/base/telephony/cellular_call/services/connection/include/
H A Dbase_connection.h107 PostDialCallState ProcessNextChar(int32_t slotId, char &c);
/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp87 PostDialCallState BaseConnection::ProcessNextChar(int32_t slotId, char &c) in ProcessNextChar() function in OHOS::Telephony::BaseConnection
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp506 * @tc.desc Function test ProcessNextChar
514 EXPECT_EQ(baseConnection.ProcessNextChar(slotId, c), PostDialCallState::POST_DIAL_CALL_CANCELED); in HWTEST_F()
517 EXPECT_EQ(baseConnection.ProcessNextChar(slotId, c), PostDialCallState::POST_DIAL_CALL_COMPLETE); in HWTEST_F()
522 EXPECT_NE(baseConnection.ProcessNextChar(slotId, c), PostDialCallState::POST_DIAL_CALL_CANCELED); in HWTEST_F()
H A Dzero_branch1_test.cpp775 BConnection.ProcessNextChar(SIM1_SLOTID, c); in HWTEST_F()
778 BConnection.ProcessNextChar(SIM1_SLOTID, c); in HWTEST_F()
780 BConnection.ProcessNextChar(SIM1_SLOTID, c); in HWTEST_F()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp435 PostDialCallState state = pConnection->ProcessNextChar(slotId, currentChar); in ExecutePostDial()
H A Dcs_control.cpp630 PostDialCallState state = pConnection->ProcessNextChar(slotId, currentChar); in ExecutePostDial()
H A Dims_control.cpp557 PostDialCallState state = pConnection->ProcessNextChar(slotId, currentChar); in ExecutePostDial()

Completed in 9 milliseconds