Home
last modified time | relevance | path

Searched refs:IsInState (Results 1 - 4 of 4) sorted by relevance

/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp83 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in DialCdma()
115 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in DialGsm()
229 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_HOLDING) && in Answer()
230 IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in Answer()
247 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE) || in Answer()
332 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in HoldCall()
345 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in UnHoldCall()
364 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in SwitchCall()
H A Dims_control.cpp176 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_HOLDING) && in Answer()
177 IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in Answer()
242 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in HoldCall()
H A Dsatellite_control.cpp135 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE) || in Answer()
/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h276 bool IsInState(T1 &&t, TelCallState state) in IsInState() function in OHOS::Telephony::ControlBase

Completed in 4 milliseconds