Searched refs:canSwitchCallState_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_base.cpp | 38 … canUnHoldState_(true), canSwitchCallState_(true), answerVideoState_(0), isSpeakerphoneOn_(false), in CallBase() 53 … autoAnswerState_(false), canUnHoldState_(true), canSwitchCallState_(true), answerVideoState_(0), in CallBase() 338 canSwitchCallState_ = flag; in SetCanSwitchCallState() 339 TELEPHONY_LOGI("CanSwitchCallState:%{public}d", canSwitchCallState_); in SetCanSwitchCallState() 345 TELEPHONY_LOGI("CanSwitchCallState:%{public}d", canSwitchCallState_); in GetCanSwitchCallState() 346 return canSwitchCallState_; in GetCanSwitchCallState()
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | call_base.h | 162 bool canSwitchCallState_; variable
|