Home
last modified time | relevance | path

Searched refs:postDialCallString_ (Results 1 - 3 of 3) 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()
111 standardizeUtils.ExtractAddressAndPostDial(phoneNum, phoneNumber_, postDialCallString_); in UpdateCallNumber()
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.h130 std::string postDialCallString_; member in OHOS::Telephony::BaseConnection
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp777 BConnection.postDialCallString_ = "111111"; in HWTEST_F()

Completed in 3 milliseconds