Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/connection/src/
Dbase_connection.cpp87 if (postDialCalltate_ == PostDialCallState::POST_DIAL_CALL_CANCELED) { in ProcessNextChar()
98 return postDialCalltate_; in ProcessNextChar()
103 postDialCalltate_ = s; in SetPostDialCallState()
/base/telephony/cellular_call/services/connection/include/
Dbase_connection.h126 PostDialCallState postDialCalltate_ = PostDialCallState::POST_DIAL_CALL_NOT_STARTED; variable