Searched refs:CallStatus (Results 1 – 3 of 3) sorted by relevance
61 case (int32_t)Telephony::CallStatus::CALL_STATUS_ACTIVE: in WrapCallState()62 case (int32_t)Telephony::CallStatus::CALL_STATUS_HOLDING: in WrapCallState()63 case (int32_t)Telephony::CallStatus::CALL_STATUS_DIALING: in WrapCallState()64 case (int32_t)Telephony::CallStatus::CALL_STATUS_ALERTING: in WrapCallState()66 case (int32_t)Telephony::CallStatus::CALL_STATUS_WAITING: in WrapCallState()67 case (int32_t)Telephony::CallStatus::CALL_STATUS_INCOMING: in WrapCallState()69 case (int32_t)Telephony::CallStatus::CALL_STATUS_DISCONNECTING: in WrapCallState()70 case (int32_t)Telephony::CallStatus::CALL_STATUS_DISCONNECTED: in WrapCallState()71 case (int32_t)Telephony::CallStatus::CALL_STATUS_IDLE: in WrapCallState()73 case (int32_t)Telephony::CallStatus::CALL_STATUS_ANSWERED: in WrapCallState()
28 enum class CallStatus { enum
51 callState_[i] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService()53 callState_[-1] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService()91 SendCallStateChanged(i, static_cast<int32_t>(CallStatus::CALL_STATUS_DISCONNECTED)); in OnStart()