Home
last modified time | relevance | path

Searched refs:nextPostDialCallCode_ (Results 1 - 2 of 2) sorted by relevance

/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp92 if (postDialCallString_.empty() || postDialCallString_.length() <= static_cast<size_t>(nextPostDialCallCode_)) { in ProcessNextChar()
97 c = postDialCallString_.at(nextPostDialCallCode_++); in ProcessNextChar()
116 if (postDialCallString_.empty() || postDialCallString_.length() <= static_cast<size_t>(nextPostDialCallCode_)) { in GetLeftPostDialCallString()
119 return postDialCallString_.substr(nextPostDialCallCode_); in GetLeftPostDialCallString()
/base/telephony/cellular_call/services/connection/include/
H A Dbase_connection.h129 int32_t nextPostDialCallCode_ = 0; member in OHOS::Telephony::BaseConnection

Completed in 1 milliseconds