Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/connection/src/
Dbase_connection.cpp90 …allString_.empty() || postDialCallString_.length() <= static_cast<size_t>(nextPostDialCallCode_)) { in ProcessNextChar()
95 c = postDialCallString_.at(nextPostDialCallCode_++); in ProcessNextChar()
114 …allString_.empty() || postDialCallString_.length() <= static_cast<size_t>(nextPostDialCallCode_)) { in GetLeftPostDialCallString()
117 return postDialCallString_.substr(nextPostDialCallCode_); in GetLeftPostDialCallString()
/base/telephony/cellular_call/services/connection/include/
Dbase_connection.h127 int32_t nextPostDialCallCode_ = 0; variable