Home
last modified time | relevance | path

Searched refs:SetPostDialCallState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp91 SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_COMPLETE); in ProcessNextChar()
94 SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_STARTED); in ProcessNextChar()
101 void BaseConnection::SetPostDialCallState(PostDialCallState s) in SetPostDialCallState() function in OHOS::Telephony::BaseConnection
H A Dcellular_call_connection_satellite.cpp167 SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_PAUSE); in ProcessPostDialCallChar()
178 SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_DELAY); in ProcessPostDialCallChar()
H A Dcellular_call_connection_cs.cpp305 SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_PAUSE); in ProcessPostDialCallChar()
316 SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_DELAY); in ProcessPostDialCallChar()
H A Dcellular_call_connection_ims.cpp367 SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_PAUSE); in ProcessPostDialCallChar()
378 SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_DELAY); in ProcessPostDialCallChar()
/ohos5.0/base/telephony/cellular_call/services/connection/include/
H A Dbase_connection.h109 void SetPostDialCallState(PostDialCallState s);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp497 baseConnection.SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_NOT_STARTED);
511 baseConnection.SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_CANCELED);
516 baseConnection.SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_NOT_STARTED);
519 baseConnection.SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_NOT_STARTED);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp467 pConnection->SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_CANCELED); in PostDialProceed()
H A Dcs_control.cpp662 pConnection->SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_CANCELED); in PostDialProceed()
H A Dims_control.cpp592 pConnection->SetPostDialCallState(PostDialCallState::POST_DIAL_CALL_CANCELED); in PostDialProceed()