Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/connection/src/
Dbase_connection.cpp90 …if (postDialCallString_.empty() || postDialCallString_.length() <= static_cast<size_t>(nextPostDia… in ProcessNextChar()
95 c = postDialCallString_.at(nextPostDialCallCode_++); in ProcessNextChar()
109 standardizeUtils.ExtractAddressAndPostDial(phoneNum, phoneNumber_, postDialCallString_); in UpdateCallNumber()
114 …if (postDialCallString_.empty() || postDialCallString_.length() <= static_cast<size_t>(nextPostDia… in GetLeftPostDialCallString()
117 return postDialCallString_.substr(nextPostDialCallCode_); in GetLeftPostDialCallString()
/base/telephony/cellular_call/services/connection/include/
Dbase_connection.h128 std::string postDialCallString_; variable