Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp159 return isShowingDialog_; in IsShowDialog()
164 isShowingDialog_ = isShowDialog; in SetShowDialog()
165 if (isShowingDialog_) { in SetShowDialog()
/ohos5.0/base/telephony/call_manager/services/satellite_call/include/
H A Dsatellite_call_control.h49 bool isShowingDialog_ = false; variable