Home
last modified time | relevance | path

Searched refs:ProcessNextChar (Results 1 – 4 of 4) sorted by relevance

/base/telephony/cellular_call/services/connection/include/
Dbase_connection.h107 PostDialCallState ProcessNextChar(int32_t slotId, char &c);
/base/telephony/cellular_call/services/connection/src/
Dbase_connection.cpp85 PostDialCallState BaseConnection::ProcessNextChar(int32_t slotId, char &c) in ProcessNextChar() function in OHOS::Telephony::BaseConnection
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp582 PostDialCallState state = pConnection->ProcessNextChar(slotId, currentChar); in ExecutePostDial()
Dims_control.cpp517 PostDialCallState state = pConnection->ProcessNextChar(slotId, currentChar); in ExecutePostDial()