Home
last modified time | relevance | path

Searched refs:IsInState (Results 1 – 3 of 3) sorted by relevance

/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp81 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in DialCdma()
112 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in DialGsm()
217 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_HOLDING) && in Answer()
218 IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in Answer()
242 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE) || in Answer()
308 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in HoldCall()
319 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in UnHoldCall()
336 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in SwitchCall()
Dims_control.cpp75 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in DialJudgment()
168 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_HOLDING) && in Answer()
169 IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in Answer()
185 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE) && in Answer()
228 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in HoldCall()
/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h283 bool IsInState(T1 &&t, TelCallState state) in IsInState() function