Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp61 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()
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_state_manager.h28 enum class CallStatus { enum
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp51 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()