Searched refs:IsInState (Results 1 – 3 of 3) sorted by relevance
/base/telephony/cellular_call/services/control/src/ |
D | cs_control.cpp | 81 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()
|
D | ims_control.cpp | 75 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/ |
D | control_base.h | 283 bool IsInState(T1 &&t, TelCallState state) in IsInState() function
|